diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2005-12-14 21:16:52 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2005-12-14 21:16:52 +0100 |
commit | a81c17f97070e2a96767d13a4e3bd2084b34f381 (patch) | |
tree | 8a77efef7fbf83b6ab54230ca86da875e58fe669 /InstallBin.dsp | |
parent | Revert 1/2 of my last commit, keep Apache2 as the default name so we don't (diff) | |
download | apache2-a81c17f97070e2a96767d13a4e3bd2084b34f381.tar.xz apache2-a81c17f97070e2a96767d13a4e3bd2084b34f381.zip |
Mirror Makefile.win from the GUI environment. The path here must be
explicit to help point the debugger at the resulting, installed binaries.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@356853 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'InstallBin.dsp')
-rw-r--r-- | InstallBin.dsp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/InstallBin.dsp b/InstallBin.dsp index 258b88cafe..0dbd60e873 100644 --- a/InstallBin.dsp +++ b/InstallBin.dsp @@ -33,15 +33,15 @@ CFG=InstallBin - Win32 Debug # PROP BASE Intermediate_Dir "Release" # PROP BASE Cmd_Line "NMAKE /f InstallBin.mak" # PROP BASE Rebuild_Opt "/a" -# PROP BASE Target_File "\Apache21\bin\httpd.exe" +# PROP BASE Target_File "\Apache2\bin\httpd.exe" # PROP BASE Bsc_Name "InstallBin.bsc" # PROP BASE Target_Dir "" # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" -# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" 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 "\Apache21\bin\httpd.exe" +# PROP Target_File "\Apache2\bin\httpd.exe" # PROP Bsc_Name "Browse\httpd.bsc" # PROP Target_Dir "" @@ -52,15 +52,15 @@ CFG=InstallBin - Win32 Debug # PROP BASE Intermediate_Dir "Debug" # PROP BASE Cmd_Line "NMAKE /f InstallBin.mak" # PROP BASE Rebuild_Opt "/a" -# PROP BASE Target_File "\Apache21\bin\httpd.exe" +# PROP BASE Target_File "\Apache2\bin\httpd.exe" # PROP BASE Bsc_Name "InstallBin.bsc" # PROP BASE Target_Dir "" # PROP Use_Debug_Libraries 1 # PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" -# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" 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 "\Apache21\bin\httpd.exe" +# PROP Target_File "\Apache2\bin\httpd.exe" # PROP Bsc_Name "" # PROP Target_Dir "" |