From: Guenter Knauf Date: Sat, 18 Jul 2009 21:21:47 +0000 (+0000) Subject: added vars for Metrowerks directories to make it easier configureable. X-Git-Tag: 2.3.3~432 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68dd7c20660fa7a5562836cc53968b34401f292e;p=apache added vars for Metrowerks directories to make it easier configureable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@795433 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 4f37c08b2b..d031c0e95f 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -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