Previous 199869 Revisions Next

r34196 Monday 5th January, 2015 at 18:12:43 UTC by Miodrag Milanović
just for cross (nw)
[src/osd/windows]windows.mak

trunk/src/osd/windows/windows.mak
r242707r242708
302302include $(SRC)/build/cc_detection.mak
303303
304304# ensure we statically link the gcc runtime lib
305LDFLAGS += -static-libgcc -static
305LDFLAGS += -static-libgcc
306306
307ifeq ($(CROSS_BUILD),1)
308   LDFLAGS += -static
309endif   
310
307311# TODO: needs to use $(CC)
308312TEST_GCC := $(shell gcc --version)
309313ifeq ($(findstring 4.4.,$(TEST_GCC)),)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team