Update SDL 1.2.15 to Revision 8040
This commit is contained in:
parent
e7f43545ed
commit
5e1011bf70
23 changed files with 1308 additions and 128 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue