mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
Link to DLL version of SDL since the static version is hard to come by.
This commit is contained in:
parent
2625a01395
commit
8d7c1cb8ad
@ -395,7 +395,7 @@ endif
|
|||||||
# Static linking
|
# Static linking
|
||||||
|
|
||||||
LDFLAGS += -static-libgcc
|
LDFLAGS += -static-libgcc
|
||||||
LIBS += -Wl,-Bstatic -lSDL -Wl,-Bdynamic
|
LIBS += -lSDL.dll
|
||||||
LIBS += -luser32 -lgdi32 -lddraw -ldsound -ldxguid -lwinmm -ladvapi32 -lcomctl32 -lshlwapi
|
LIBS += -luser32 -lgdi32 -lddraw -ldsound -ldxguid -lwinmm -ladvapi32 -lcomctl32 -lshlwapi
|
||||||
|
|
||||||
endif # Win32
|
endif # Win32
|
||||||
|
Loading…
Reference in New Issue
Block a user