Update SDL 1.2.15 to Revision 8040

This commit is contained in:
MAN-AT-ARMS 2014-03-09 09:24:54 -04:00
parent e7f43545ed
commit 5e1011bf70
23 changed files with 1308 additions and 128 deletions

View file

@ -623,9 +623,9 @@ ifeq ($(PLATFORM),mingw32)
$(LIBSDIR)/win32/libSDL.dll.a
SDLDLL=SDL.dll
else
CLIENT_LIBS += $(LIBSDIR)/win64/libSDLmain.a \
CLIENT_LIBS += $(LIBSDIR)/win64/libSDL64main.a \
$(LIBSDIR)/win64/libSDL64.dll.a
RENDERER_LIBS += $(LIBSDIR)/win64/libSDLmain.a \
RENDERER_LIBS += $(LIBSDIR)/win64/libSDL64main.a \
$(LIBSDIR)/win64/libSDL64.dll.a
SDLDLL=SDL64.dll
endif