]> granicus.if.org Git - apache/commitdiff
added vars for Metrowerks directories to make it easier configureable.
authorGuenter Knauf <fuankg@apache.org>
Sat, 18 Jul 2009 21:21:47 +0000 (21:21 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sat, 18 Jul 2009 21:21:47 +0000 (21:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@795433 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUenvironment.inc

index 4f37c08b2b621003427142b59076fb6b92ae7d10..d031c0e95f819d21d2f1e0c540d2efb1e0cc1a0f 100644 (file)
@@ -176,9 +176,10 @@ MATH3S     =
 PLIB3S = $(METROWERKS)\Novell Support\Metrowerks Support\Libraries\MSL C++\MWCPP.lib
 
 # MetroWerks Win32 build flags to create build tool
+MWCW_MSL   = "$(METROWERKS)/MSL"
+MWCW_W32   = "$(METROWERKS)/Win32-x86 Support"
 WIN_CFLAGS =  -O2 -gccinc -nodefaults -proc 586 -w off
-WIN_CFLAGS += -ir "$(METROWERKS)/MSL" -ir "$(METROWERKS)/Win32-x86 Support"
-WIN_CFLAGS += -lr "$(METROWERKS)/MSL" -lr "$(METROWERKS)/Win32-x86 Support"
+WIN_CFLAGS += -ir $(MWCW_MSL) -ir $(MWCW_W32) -lr $(MWCW_MSL) -lr $(MWCW_W32)
 WIN_CFLAGS += -lMSL_All_x86.lib -lkernel32.lib -luser32.lib
 
 # Base compile flags