Remove references to unicows.dll

This commit is contained in:
Jesús Corrius 2010-12-09 23:13:03 +01:00
parent 85c2c9a5a2
commit b02ee6a46c

1
framework/util/makefile.mk Normal file → Executable file
View file

@ -124,7 +124,6 @@ SHL1STDLIBS= \
.IF "$(GUI)"=="WNT" .IF "$(GUI)"=="WNT"
SHL1STDLIBS+=\ SHL1STDLIBS+=\
$(UWINAPILIB) \ $(UWINAPILIB) \
$(UNICOWSLIB) \
$(ADVAPI32LIB) \ $(ADVAPI32LIB) \
$(KERNEL32LIB) $(KERNEL32LIB)
.ENDIF .ENDIF