From 08f82c18f8d36e38a80093d4463ae179af2b943d Mon Sep 17 00:00:00 2001 From: MAN-AT-ARMS Date: Sun, 9 Mar 2014 09:24:54 -0400 Subject: Update SDL 1.2.15 to Revision 8040 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit