diff options
author | MAN-AT-ARMS <donny@ecgnetwork.com> | 2014-03-08 22:00:38 -0500 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2014-08-28 11:03:31 +0100 |
commit | 57e0583885b51fb736589f6187facfcfb9d06a67 (patch) | |
tree | 2d48bf168880a3d5a0cbe3f6d5660db4cbb30995 /Makefile | |
parent | 482262a75610e63d2a779fea5b37b8206d87e947 (diff) |
Update SDL2 to 2.0.2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -610,19 +610,19 @@ ifeq ($(PLATFORM),mingw32) $(LIBSDIR)/win32/libSDL2.dll.a RENDERER_LIBS += $(LIBSDIR)/win32/libSDL2main.a \ $(LIBSDIR)/win32/libSDL2.dll.a - SDLDLL=libSDL2.dll + SDLDLL=SDL2.dll else - CLIENT_LIBS += $(LIBSDIR)/win64/libSDL2main.a \ - $(LIBSDIR)/win64/libSDL2.dll.a - RENDERER_LIBS += $(LIBSDIR)/win64/libSDL2main.a \ - $(LIBSDIR)/win64/libSDL2.dll.a - SDLDLL=libSDL2.dll + CLIENT_LIBS += $(LIBSDIR)/win64/libSDL264main.a \ + $(LIBSDIR)/win64/libSDL264.dll.a + RENDERER_LIBS += $(LIBSDIR)/win64/libSDL264main.a \ + $(LIBSDIR)/win64/libSDL264.dll.a + SDLDLL=SDL264.dll endif else CLIENT_CFLAGS += $(SDL_CFLAGS) CLIENT_LIBS += $(SDL_LIBS) RENDERER_LIBS += $(SDL_LIBS) - SDLDLL=libSDL2.dll + SDLDLL=SDL2.dll endif else # ifeq mingw32 |