r149 - in trunk: . code/unix

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Oct 8 10:36:16 EDT 2005


Author: tma
Date: 2005-10-08 10:36:15 -0400 (Sat, 08 Oct 2005)
New Revision: 149

Modified:
   trunk/code/unix/Makefile
   trunk/i_o-q3-readme
Log:
* q3lcc is no longer the default target in the Makefile
* Changed readme to suggest using the root Makefile instead of the one in
  code/unix


Modified: trunk/code/unix/Makefile
===================================================================
--- trunk/code/unix/Makefile	2005-10-08 06:30:38 UTC (rev 148)
+++ trunk/code/unix/Makefile	2005-10-08 14:36:15 UTC (rev 149)
@@ -414,21 +414,6 @@
 DO_WINDRES=$(WINDRES) -i $< -o $@
 
 #############################################################################
-# QVM BUILD TOOLS
-#############################################################################
-
-Q3LCC=../tools/q3lcc$(BINEXT)
-Q3ASM=../tools/q3asm$(BINEXT)
-
-$(Q3LCC):
-	$(MAKE) -C ../tools/lcc install
-
-$(Q3ASM):
-	$(MAKE) -C ../tools/asm install
-
-DO_Q3LCC=$(Q3LCC) -o $@ -S -DQ3_VM -I$(CGDIR) -I$(GDIR) -I$(UIDIR) $<
-
-#############################################################################
 # MAIN TARGETS
 #############################################################################
 
@@ -469,6 +454,21 @@
 	@if [ ! -d $(B)/q3static ];then mkdir $(B)/q3static;fi
 
 #############################################################################
+# QVM BUILD TOOLS
+#############################################################################
+
+Q3LCC=../tools/q3lcc$(BINEXT)
+Q3ASM=../tools/q3asm$(BINEXT)
+
+$(Q3LCC):
+	$(MAKE) -C ../tools/lcc install
+
+$(Q3ASM):
+	$(MAKE) -C ../tools/asm install
+
+DO_Q3LCC=$(Q3LCC) -o $@ -S -DQ3_VM -I$(CGDIR) -I$(GDIR) -I$(UIDIR) $<
+
+#############################################################################
 # CLIENT/SERVER
 #############################################################################
 

Modified: trunk/i_o-q3-readme
===================================================================
--- trunk/i_o-q3-readme	2005-10-08 06:30:38 UTC (rev 148)
+++ trunk/i_o-q3-readme	2005-10-08 14:36:15 UTC (rev 149)
@@ -38,7 +38,8 @@
 
 Compiling (Under Linux)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-cd code/unix && make
+1. If not already there, change to the directory containing this readme
+2. Run 'make'
 
 Installing under Linux
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -70,7 +71,6 @@
 
 Compiling under windows using MinGW
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
 It is possible to compile ioQ3 using the MinGW (Minimalist GNU for Windows)
 toolset. It's a little more involved than compiling for linux; steps are as
 follows:




More information about the quake3-commits mailing list