From 573c18f599ab2228fce3af95faf4670274ed5e27 Mon Sep 17 00:00:00 2001 From: Colm MacCarthaigh Date: Tue, 29 Nov 2005 23:34:28 +0000 Subject: [PATCH] Remove the problematic block which is causing problems with the latest versions of MSVS. Sacrifice some borland options which don't really work anyway, and for Borland to work, we'e really going to need a Makefile.bor. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349833 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.win | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile.win b/Makefile.win index 9408a24ec4..316d2bd96b 100644 --- a/Makefile.win +++ b/Makefile.win @@ -127,13 +127,7 @@ PORT=80 !IFNDEF MAKEOPT # Only default the behavior if MAKEOPT= is omitted -!IF "($MAKE)" == "NMAKE" -# Microsoft NMake options MAKEOPT=-nologo -!ELSEIF "($MAKE)" == "make" -# Borland make options? Not really supported (yet) -MAKEOPT=-s -N -!ENDIF !ENDIF _dummy: -- 2.40.0