summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMAN-AT-ARMS <donny@ecgnetwork.com>2014-03-09 09:24:54 -0400
committerTim Angus <tim@ngus.net>2014-06-17 17:43:41 +0100
commit08f82c18f8d36e38a80093d4463ae179af2b943d (patch)
treeebb5919ca62efbe007c6863489a3fd55dee9a052 /Makefile
parent2007c40319df9426a142b5026e053cc57930fdde (diff)
Update SDL 1.2.15 to Revision 8040
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 25217337..e65c7163 100644
--- a/Makefile
+++ b/Makefile
@@ -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