[quake3-commits] r1606 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Sep 14 21:36:17 EDT 2009


Author: icculus
Date: 2009-09-14 21:36:17 -0400 (Mon, 14 Sep 2009)
New Revision: 1606

Modified:
   trunk/Makefile
Log:
Make TOOLS_CFLAGS more easily customisable in the Makefile.

 Fixes Bugzilla #4155.



Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2009-09-15 01:11:09 UTC (rev 1605)
+++ trunk/Makefile	2009-09-15 01:36:17 UTC (rev 1606)
@@ -1073,10 +1073,10 @@
 #############################################################################
 
 TOOLS_OPTIMIZE = -g -O2 -Wall -fno-strict-aliasing
-TOOLS_CFLAGS = $(TOOLS_OPTIMIZE) \
-               -DTEMPDIR=\"$(TEMPDIR)\" -DSYSTEM=\"\" \
-               -I$(Q3LCCSRCDIR) \
-               -I$(LBURGDIR)
+TOOLS_CFLAGS += $(TOOLS_OPTIMIZE) \
+                -DTEMPDIR=\"$(TEMPDIR)\" -DSYSTEM=\"\" \
+                -I$(Q3LCCSRCDIR) \
+                -I$(LBURGDIR)
 TOOLS_LIBS =
 TOOLS_LDFLAGS =
 



More information about the quake3-commits mailing list