From: Guenter Knauf Date: Mon, 10 Aug 2009 18:53:55 +0000 (+0000) Subject: We now run the buildtools on Win32 build platform by default. X-Git-Tag: 2.2.14~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d123a8ba20dd731c68ce90fbabaf2d8a8ffd79a;p=thirdparty%2Fapache%2Fhttpd.git We now run the buildtools on Win32 build platform by default. Previous (ugly) behaviour can be restored with setting BUILDTOOL_AS_NLM=1. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@802896 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 60b7204792e..f15da51f240 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -167,10 +167,6 @@ WIN_CFLAGS = -O2 -gccinc -nodefaults -proc 586 -w off WIN_CFLAGS += -ir $(MWCW_MSL) -ir $(MWCW_W32) -lr $(MWCW_MSL) -lr $(MWCW_W32) WIN_CFLAGS += -lMSL_All_x86.lib -lkernel32.lib -luser32.lib -ifndef BUILDTOOL_AS_NLM -BUILDTOOL_AS_NLM = 1 -endif - # Base compile flags # and prefix or precompiled header added here.