mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +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)
|
||||
ifeq ($(findstring 4.4,$(TEST_GCC)),)
|
||||
#if we use new tools
|
||||
LDFLAGS += -static-libstdc++
|
||||
LDFLAGS += -static -static-libstdc++
|
||||
endif
|
||||
LIBS += -lSDL.dll
|
||||
LIBS += -luser32 -lgdi32 -lddraw -ldsound -ldxguid -lwinmm -ladvapi32 -lcomctl32 -lshlwapi
|
||||
|
Loading…
Reference in New Issue
Block a user