r652 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Mar 21 17:21:05 EST 2006


Author: tma
Date: 2006-03-21 17:21:05 -0500 (Tue, 21 Mar 2006)
New Revision: 652

Modified:
   trunk/Makefile
Log:
* Fix native MinGW QVM compilation


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2006-03-21 21:58:39 UTC (rev 651)
+++ trunk/Makefile	2006-03-21 22:21:05 UTC (rev 652)
@@ -20,6 +20,12 @@
   COMPILE_ARCH=$(shell uname -m | sed -e s/i.86/i386/)
 endif
 
+ifeq ($(COMPILE_PLATFORM),mingw32)
+  ifeq ($(COMPILE_ARCH),i386)
+    COMPILE_ARCH=x86
+  endif
+endif
+
 BUILD_CLIENT     =
 BUILD_CLIENT_SMP =
 BUILD_SERVER     =




More information about the quake3-commits mailing list