r1476 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Nov 2 12:32:19 EST 2008


Author: ludwig
Date: 2008-11-02 12:32:18 -0500 (Sun, 02 Nov 2008)
New Revision: 1476

Modified:
   trunk/Makefile
Log:
x86_64_assembler should use separate object file for dedicated server
patch by  Przemys?\197?\130aw Iskra

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2008-10-29 15:53:46 UTC (rev 1475)
+++ trunk/Makefile	2008-11-02 17:32:18 UTC (rev 1476)
@@ -1563,7 +1563,7 @@
     Q3DOBJ += $(B)/ded/vm_x86.o
   endif
   ifeq ($(ARCH),x86_64)
-    Q3DOBJ += $(B)/ded/vm_x86_64.o $(B)/client/vm_x86_64_assembler.o
+    Q3DOBJ += $(B)/ded/vm_x86_64.o $(B)/ded/vm_x86_64_assembler.o
   endif
   ifeq ($(ARCH),ppc)
     Q3DOBJ += $(B)/ded/vm_ppc.o




More information about the quake3-commits mailing list