diff options
author | Jesús Corrius <jesus@softcatala.org> | 2010-12-09 23:13:03 +0100 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2010-12-09 23:14:21 +0100 |
commit | b02ee6a46cfa9ac5a565cc1122ffeffd89a68724 (patch) | |
tree | bc63b345b772d2d141f6f8d8ff5521dbae77d46d /framework/util | |
parent | 85c2c9a5a2869cfbf6b4a65bf7acddead85b2336 (diff) |
Remove references to unicows.dll
Diffstat (limited to 'framework/util')
-rwxr-xr-x[-rw-r--r--] | framework/util/makefile.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 78c680f5adc2..82b18cd97cbd 100644..100755 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -124,7 +124,6 @@ SHL1STDLIBS= \ .IF "$(GUI)"=="WNT" SHL1STDLIBS+=\ $(UWINAPILIB) \ - $(UNICOWSLIB) \ $(ADVAPI32LIB) \ $(KERNEL32LIB) .ENDIF |