]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
We now run the buildtools on Win32 build platform by default.
authorGuenter Knauf <fuankg@apache.org>
Mon, 10 Aug 2009 18:53:55 +0000 (18:53 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 10 Aug 2009 18:53:55 +0000 (18:53 +0000)
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

build/NWGNUenvironment.inc

index 60b7204792ebc6b7ab27d416328b89c52d782557..f15da51f240791df30c6d2588ee73c319cc8376c 100644 (file)
@@ -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.