[quake3-commits] r2127 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Aug 2 17:03:15 EDT 2011


Author: ztm
Date: 2011-08-02 17:03:14 -0400 (Tue, 02 Aug 2011)
New Revision: 2127

Modified:
   trunk/Makefile
Log:
Change x86_64 to x64 for mingw.

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2011-08-02 20:26:46 UTC (rev 2126)
+++ trunk/Makefile	2011-08-02 21:03:14 UTC (rev 2127)
@@ -21,6 +21,9 @@
   ifeq ($(COMPILE_ARCH),i386)
     COMPILE_ARCH=x86
   endif
+  ifeq ($(COMPILE_ARCH),x86_64)
+    COMPILE_ARCH=x64
+  endif
 endif
 
 ifndef BUILD_STANDALONE



More information about the quake3-commits mailing list