Commit 507c93e1 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Backport, even to 1.3, the ability to build under devenv
  of Visual Studio 2005.  Endorse -f syntax to get folks
  used to portable make semantics

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@357229 13f79535-47bb-0310-9956-ffa450edef68
parent a37a43fc
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# The default installation directory is \Apache. This can be changed
# with the INSTDIR macro, for example:
#
#   nmake /f Makefile.win INSTDIR="d:\Program Files\Apache" installr
#   nmake -f Makefile.win INSTDIR="d:\Program Files\Apache" installr
#
# Note: this does *NOT* change the compiled in default "server root"
# Also be aware that certain awk's will not accept backslahed names,
@@ -24,15 +24,15 @@ INSTDIR=\Apache
!MESSAGE Using default install directory \Apache
!ENDIF 

!IF "$(MAKE)" == "NMAKE"
!IFNDEF MAKEOPT
# Only default the behavior if MAKEOPT= is omitted
!IFDEF _NMAKE_VER
# Microsoft NMake options
MAKEOPT=-nologo
!ELSEIF "$(MAKE)" == "make"
# Borland make options 
# Borland build of Apache is highly experimental and unsupported.
# Borland make options?  Not really supported (yet)
MAKEOPT=-s -N
!ELSE
!MESSAGE Warning: unrecognized build command "$(MAKE)"
!ENDIF
!ENDIF

default:        _apacher