From 79b9930a9219d33059b267d60783b9f172b0a909 Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Sat, 27 Jun 2009 14:15:04 +0100 Subject: [PATCH] * Make TOOLS_CFLAGS more easily customisable --- Makefile | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git ioq3-r1579/Makefile tools-cflags/Makefile index 32f4d1a..f0e9aba 100644 --- ioq3-r1579/Makefile +++ tools-cflags/Makefile @@ -1046,10 +1046,10 @@ makedirs: ############################################################################# 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 = -- 1.6.3.3