summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2009-07-18 21:21:07 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2009-07-18 21:21:07 +0000
commit098275480f54e5a983425b59db3a799205ca76ec (patch)
tree76357d41d17d1c5e62b03727b7a7caddb960a9ef /build
parent698922017ce36dfff49dd0e5d4a0268771c1c39d (diff)
downloadlibapr-098275480f54e5a983425b59db3a799205ca76ec.tar.gz
added vars for Metrowerks directories to make it easier configureable.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@795432 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/NWGNUenvironment.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc
index 9ec7b27a5..c93b940c5 100644
--- a/build/NWGNUenvironment.inc
+++ b/build/NWGNUenvironment.inc
@@ -130,9 +130,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