Commit 13f0123a authored by Colm MacCarthaigh's avatar Colm MacCarthaigh
Browse files

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
parent 6dd8490f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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: