Link to DLL version of SDL since the static version is hard to come by.

This commit is contained in:
Aaron Giles 2011-05-20 00:50:48 +00:00
parent 2625a01395
commit 8d7c1cb8ad

View File

@ -395,7 +395,7 @@ endif
# Static linking
LDFLAGS += -static-libgcc
LIBS += -Wl,-Bstatic -lSDL -Wl,-Bdynamic
LIBS += -lSDL.dll
LIBS += -luser32 -lgdi32 -lddraw -ldsound -ldxguid -lwinmm -ladvapi32 -lcomctl32 -lshlwapi
endif # Win32