Previous 199869 Revisions Next

r34189 Monday 5th January, 2015 at 11:20:23 UTC by Miodrag Milanović
Make cross compiled windows build to be independent from dll's (nw)
[src/osd/windows]windows.mak

trunk/src/osd/windows/windows.mak
r242700r242701
302302include $(SRC)/build/cc_detection.mak
303303
304304# ensure we statically link the gcc runtime lib
305LDFLAGS += -static-libgcc
305LDFLAGS += -static-libgcc -static
306306
307307# TODO: needs to use $(CC)
308308TEST_GCC := $(shell gcc --version)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team