mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Support for SDL2 builds on win32
This commit is contained in:
parent
ba2f3c2814
commit
af061e6e94
@ -622,7 +622,11 @@ ifndef NO_USE_QTDEBUG
|
||||
MOC = @moc
|
||||
endif
|
||||
|
||||
ifeq ($(SDL_LIBVER),sdl2)
|
||||
LIBS += -lSDL2 -lImm32 -lversion -lole32 -loleaut32 -static
|
||||
else
|
||||
LIBS += -lSDL -static
|
||||
endif
|
||||
LIBS += -luser32 -lgdi32 -lddraw -ldsound -ldxguid -lwinmm -ladvapi32 -lcomctl32 -lshlwapi
|
||||
|
||||
endif # Win32
|
||||
|
Loading…
Reference in New Issue
Block a user