mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
Let's static link SDL on win32 build (nw)
This commit is contained in:
parent
297b45de1e
commit
ba2f3c2814
@ -622,7 +622,7 @@ ifndef NO_USE_QTDEBUG
|
||||
MOC = @moc
|
||||
endif
|
||||
|
||||
LIBS += -lSDL.dll
|
||||
LIBS += -lSDL -static
|
||||
LIBS += -luser32 -lgdi32 -lddraw -ldsound -ldxguid -lwinmm -ladvapi32 -lcomctl32 -lshlwapi
|
||||
|
||||
endif # Win32
|
||||
|
Loading…
Reference in New Issue
Block a user