]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Make default install target more consistent with unix.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 12 Apr 2001 13:10:15 +0000 (13:10 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 12 Apr 2001 13:10:15 +0000 (13:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88821 13f79535-47bb-0310-9956-ffa450edef68

InstallBin.dsp
Makefile.win

index 61270a87ca621a7a14c49750f372013ee8c965ce..8d5abc9eff141a20b656e928d8687ec66beefd8e 100644 (file)
@@ -39,9 +39,9 @@ CFG=InstallBin - Win32 Debug
 # PROP Use_Debug_Libraries 0
 # PROP Output_Dir "Release"
 # PROP Intermediate_Dir "Release"
-# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2.0" SHORT=R LONG=Release _install"
+# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=R LONG=Release _install"
 # PROP Rebuild_Opt ""
-# PROP Target_File "\Apache2.0\bin\Apache.exe"
+# PROP Target_File "\Apache2\bin\Apache.exe"
 # PROP Bsc_Name ""
 # PROP Target_Dir ""
 
@@ -58,9 +58,9 @@ CFG=InstallBin - Win32 Debug
 # PROP Use_Debug_Libraries 1
 # PROP Output_Dir "Debug"
 # PROP Intermediate_Dir "Debug"
-# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2.0" SHORT=D LONG=Debug _install"
+# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=D LONG=Debug _install"
 # PROP Rebuild_Opt ""
-# PROP Target_File "\Apache2.0\bin\Apache.exe"
+# PROP Target_File "\Apache2\bin\Apache.exe"
 # PROP Bsc_Name ""
 # PROP Target_Dir ""
 
index ff69c2025a872ad6c2348eb4c4167caa857411a4..0b44267bf7dc31e3b916fe9c854f0d108d39cc76 100644 (file)
@@ -20,8 +20,8 @@
 # preferably with the drive designation!
 
 !IF "$(INSTDIR)" == ""
-INSTDIR=\Apache2.0
-!MESSAGE Using default install directory \Apache2.0
+INSTDIR=\Apache2
+!MESSAGE Using default install directory $(INSTDIR)
 !ENDIF 
 
 !IFNDEF MAKEOPT