Support for SDL2 builds on win32

This commit is contained in:
Miodrag Milanovic 2014-09-02 09:01:11 +00:00
parent ba2f3c2814
commit af061e6e94

View File

@ -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