Killed unicows (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2012-04-28 07:10:04 +00:00
parent 10d8064c72
commit 4296762a20

View File

@ -242,11 +242,6 @@ endif
# add our prefix files to the mix
CCOMFLAGS += -include $(WINSRC)/winprefix.h
# for 32-bit apps, add unicows for Unicode support on Win9x
ifneq ($(PTR64),1)
LIBS += -lunicows
endif
# ensure we statically link the gcc runtime lib
LDFLAGS += -static-libgcc
TEST_GCC = $(shell gcc --version)