diff options
author | MAN-AT-ARMS <donny@ecgnetwork.com> | 2014-03-09 09:24:54 -0400 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2014-06-17 17:43:41 +0100 |
commit | 08f82c18f8d36e38a80093d4463ae179af2b943d (patch) | |
tree | ebb5919ca62efbe007c6863489a3fd55dee9a052 /Makefile | |
parent | 2007c40319df9426a142b5026e053cc57930fdde (diff) |
Update SDL 1.2.15 to Revision 8040
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -616,9 +616,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 |