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
!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: