diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-04-12 15:10:15 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-04-12 15:10:15 +0200 |
commit | 8830ea0535303c32ffd10ddb9ab899bf6d2641f3 (patch) | |
tree | 2b38aff5623e483cc47a2d29e578b28d25f640bb /InstallBin.dsp | |
parent | Remove double-quotes from the list of programs to install to make (diff) | |
download | apache2-8830ea0535303c32ffd10ddb9ab899bf6d2641f3.tar.xz apache2-8830ea0535303c32ffd10ddb9ab899bf6d2641f3.zip |
Make default install target more consistent with unix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88821 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'InstallBin.dsp')
-rw-r--r-- | InstallBin.dsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/InstallBin.dsp b/InstallBin.dsp index 61270a87ca..8d5abc9eff 100644 --- a/InstallBin.dsp +++ b/InstallBin.dsp @@ -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 "" |