[quake3-commits] r2024 - in trunk: . code/libs/win64

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jun 13 11:47:43 EDT 2011


Author: thilo
Date: 2011-06-13 11:47:43 -0400 (Mon, 13 Jun 2011)
New Revision: 2024

Added:
   trunk/code/libs/win64/libSDL64.dll.a
   trunk/code/libs/win64/libSDLmain.a
Modified:
   trunk/Makefile
Log:
- mingw64 now links against SDL64.dll to allow for 32 and 64 bit version in the same directory
- Add library files for MinGW64


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2011-06-13 11:07:13 UTC (rev 2023)
+++ trunk/Makefile	2011-06-13 15:47:43 UTC (rev 2024)
@@ -562,8 +562,7 @@
                       $(LIBSDIR)/win32/libSDL.dll.a
     else
     CLIENT_LIBS += $(LIBSDIR)/win64/libSDLmain.a \
-                      $(LIBSDIR)/win64/libSDL.dll.a \
-                      $(LIBSDIR)/win64/libSDL.a
+                      $(LIBSDIR)/win64/libSDL64.dll.a
     endif
   else
     CLIENT_CFLAGS += $(SDL_CFLAGS)

Added: trunk/code/libs/win64/libSDL64.dll.a
===================================================================
(Binary files differ)


Property changes on: trunk/code/libs/win64/libSDL64.dll.a
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/code/libs/win64/libSDLmain.a
===================================================================
(Binary files differ)


Property changes on: trunk/code/libs/win64/libSDLmain.a
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the quake3-commits mailing list