mirror of
https://github.com/holub/mame
synced 2025-07-22 17:51:09 +03:00
Same change for sdl build on windows (no whatsnew)
This commit is contained in:
parent
b9e61fd29b
commit
708eb8bb6f
@ -447,7 +447,7 @@ LDFLAGS += -static-libgcc
|
|||||||
TEST_GCC = $(shell gcc --version)
|
TEST_GCC = $(shell gcc --version)
|
||||||
ifeq ($(findstring 4.4,$(TEST_GCC)),)
|
ifeq ($(findstring 4.4,$(TEST_GCC)),)
|
||||||
#if we use new tools
|
#if we use new tools
|
||||||
LDFLAGS += -static-libstdc++
|
LDFLAGS += -static -static-libstdc++
|
||||||
endif
|
endif
|
||||||
LIBS += -lSDL.dll
|
LIBS += -lSDL.dll
|
||||||
LIBS += -luser32 -lgdi32 -lddraw -ldsound -ldxguid -lwinmm -ladvapi32 -lcomctl32 -lshlwapi
|
LIBS += -luser32 -lgdi32 -lddraw -ldsound -ldxguid -lwinmm -ladvapi32 -lcomctl32 -lshlwapi
|
||||||
|
Loading…
Reference in New Issue
Block a user