r799 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Jun 6 18:49:42 EDT 2006


Author: thilo
Date: 2006-06-06 18:49:42 -0400 (Tue, 06 Jun 2006)
New Revision: 799

Modified:
   trunk/Makefile
Log:
Add HAVE_VM_COMPILED=true for x86 FreeBSD so vm_x86.c gets built.


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2006-06-06 18:09:09 UTC (rev 798)
+++ trunk/Makefile	2006-06-06 22:49:42 UTC (rev 799)
@@ -449,6 +449,7 @@
       -march=pentium -fomit-frame-pointer -pipe -ffast-math \
       -falign-loops=2 -falign-jumps=2 -falign-functions=2 \
       -funroll-loops -fstrength-reduce
+    HAVE_VM_COMPILED=true
   else
     BASE_CFLAGS += -DNO_VM_COMPILED
   endif




More information about the quake3-commits mailing list