diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-12-07 23:40:33 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-12-07 23:40:33 +0100 |
commit | ed60c30577c49c4b1805b75e1b99d1d2c6761d3e (patch) | |
tree | aa5aeb51d2f8c4bbebb47bb9de3ca9d6bf222306 /InstallBin.dsp | |
parent | Eliminate the /GX flag from release builds of the support tree. This (diff) | |
download | apache2-ed60c30577c49c4b1805b75e1b99d1d2c6761d3e.tar.xz apache2-ed60c30577c49c4b1805b75e1b99d1d2c6761d3e.zip |
This file's targets made no sense in the new schema. I'm not certain
they make sense yet anyways, but this is improvement.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87255 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 947eba5ee5..7365344f47 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=.. SHORT=R LONG=Release _install" +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR=. SHORT=R LONG=Release _install" # PROP Rebuild_Opt "" -# PROP Target_File "..\Apache.exe" +# PROP Target_File ".\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=.. SHORT=D LONG=Debug _install" +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR=. SHORT=D LONG=Debug _install" # PROP Rebuild_Opt "" -# PROP Target_File "..\Apache.exe" +# PROP Target_File ".\Apache.exe" # PROP Bsc_Name ".\apache.bsc" # PROP Target_Dir "" |