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 | f84f89e79982b061787a7911f1bc141baf30bba7 (patch) | |
tree | b818c754860350c36e75039b932661535cfc805e /framework/util | |
parent | 177e8bb078617aeb799cf28b20157f245baa0c78 (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 78c680f5ad..82b18cd97c 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 |