diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-01-13 02:50:49 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-01-13 02:50:49 +0100 |
commit | d552489474300fdb3c35d3bbe21981368b7c9e30 (patch) | |
tree | 9b3c2de401ac84cc6dbb836750ca1ae038b273a5 /InstallBin.dsp | |
parent | Fix a comment (diff) | |
download | apache2-d552489474300fdb3c35d3bbe21981368b7c9e30.tar.xz apache2-d552489474300fdb3c35d3bbe21981368b7c9e30.zip |
Clearly the last patch is the -wrong- solution for awk... so I'm backing
it out; we need to find another way to help gnu awk users
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87678 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'InstallBin.dsp')
-rw-r--r-- | InstallBin.dsp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/InstallBin.dsp b/InstallBin.dsp index 691cc9ba92..74b211e70c 100644 --- a/InstallBin.dsp +++ b/InstallBin.dsp @@ -39,7 +39,7 @@ 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.0" SHORT=R LONG=Release _install" # PROP Rebuild_Opt "" # PROP Target_File "\Apache2.0\Apache.exe" # PROP Bsc_Name "" @@ -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.0" SHORT=D LONG=Debug _install" # PROP Rebuild_Opt "" -# PROP Target_File "/Apache-2.0/Apache.exe" +# PROP Target_File "\Apache-2.0\Apache.exe" # PROP Bsc_Name "" # PROP Target_Dir "" |