summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2012-07-20 02:08:52 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2012-07-20 02:08:52 +0000
commit286196c8aa01648b26740fa6f3fcbabecbc4027c (patch)
treeeaa4d9b52463869402239bd33d1188af9c8b5194
parentc20f6cce23f26647af943ab4151724d1dd869183 (diff)
downloadlibapr-286196c8aa01648b26740fa6f3fcbabecbc4027c.tar.gz
mwccnlm: search directory of referencing file first for #includes.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1363624 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build/NWGNUenvironment.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc
index c15e003b4..bb58a3a9e 100644
--- a/build/NWGNUenvironment.inc
+++ b/build/NWGNUenvironment.inc
@@ -212,7 +212,7 @@ PLIB3S = $(METROWERKS)/Novell Support/Metrowerks Support/Libraries/MSL C++/MWCPP
# The default flags are as follows:
#
# -c compile only, no link
-# -nosyspath treat #include <...> like #include "..."
+# -gccinc search directory of referencing file first for #includes
# -Cpp_exceptions off disable C++ exceptions
# -RTTI off disable C++ run-time typing information
# -align 4 align on 4 byte bounderies
@@ -220,7 +220,7 @@ PLIB3S = $(METROWERKS)/Novell Support/Metrowerks Support/Libraries/MSL C++/MWCPP
# -proc PII generate code base on Pentium II instruction set
# -inst mmx use MMX extensions (not used)
-CFLAGS = -c -nosyspath -Cpp_exceptions off -RTTI off -align 4 -w nocmdline -proc PII
+CFLAGS = -c -w nocmdline -gccinc -Cpp_exceptions off -RTTI off -align 4 -proc PII
ifeq "$(REQUIRE_PROTOTYPES)" "1"
CFLAGS += -r