From 5d123a8ba20dd731c68ce90fbabaf2d8a8ffd79a Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Mon, 10 Aug 2009 18:53:55 +0000 Subject: [PATCH] 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 --- build/NWGNUenvironment.inc | 4 ---- 1 file changed, 4 deletions(-) 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. -- 2.47.3