mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Killed unicows (no whatsnew)
This commit is contained in:
parent
10d8064c72
commit
4296762a20
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user