diff options
author | Mladen Turk <mturk@apache.org> | 2005-04-09 08:07:58 +0200 |
---|---|---|
committer | Mladen Turk <mturk@apache.org> | 2005-04-09 08:07:58 +0200 |
commit | b6d96f34622ec41c48559a80540807677d741a2f (patch) | |
tree | 06ccba750a171c032b340f5fd7a89f973cfd2620 /BuildBin.dsp | |
parent | Having an anchor directly to the rewrite flags would be very useful at (diff) | |
download | apache2-b6d96f34622ec41c48559a80540807677d741a2f.tar.xz apache2-b6d96f34622ec41c48559a80540807677d741a2f.zip |
Change the build targets Apache.exe -> httpd.exe.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160660 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'BuildBin.dsp')
-rw-r--r-- | BuildBin.dsp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/BuildBin.dsp b/BuildBin.dsp index eda300bd40..9e3c15235e 100644 --- a/BuildBin.dsp +++ b/BuildBin.dsp @@ -33,16 +33,16 @@ CFG=BuildBin - Win32 Debug # PROP BASE Intermediate_Dir "" # PROP BASE Cmd_Line "NMAKE /f makefile.win" # PROP BASE Rebuild_Opt "/a" -# PROP BASE Target_File "\Apache2.0\bin\Apache.exe" +# PROP BASE Target_File "\Apache21\bin\httpd.exe" # PROP BASE Bsc_Name ".\Browse\BuildBin.bsc" # PROP BASE Target_Dir "" # PROP Use_Debug_Libraries 0 # PROP Output_Dir "" # PROP Intermediate_Dir "" -# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" LONG=Release _tryssl _tryzlib _dummy" +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" LONG=Release _tryssl _tryzlib _dummy" # PROP Rebuild_Opt "" -# PROP Target_File "\Apache2\bin\Apache.exe" -# PROP Bsc_Name ".\Browse\Apache.bsc" +# PROP Target_File "\Apache21\bin\httpd.exe" +# PROP Bsc_Name ".\Browse\httpd.bsc" # PROP Target_Dir "" !ELSEIF "$(CFG)" == "BuildBin - Win32 Debug" @@ -52,16 +52,16 @@ CFG=BuildBin - Win32 Debug # PROP BASE Intermediate_Dir "" # PROP BASE Cmd_Line "NMAKE /f makefile.win" # PROP BASE Rebuild_Opt "/a" -# PROP BASE Target_File "\Apache2.0\bin\Apache.exe" +# PROP BASE Target_File "\Apache21\bin\httpd.exe" # PROP BASE Bsc_Name ".\Browse\BuildBin.bsc" # PROP BASE Target_Dir "" # PROP Use_Debug_Libraries 1 # PROP Output_Dir "" # PROP Intermediate_Dir "" -# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" LONG=Debug _tryssl _tryzlib _dummy" +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" LONG=Debug _tryssl _tryzlib _dummy" # PROP Rebuild_Opt "" -# PROP Target_File "\Apache2\bin\Apache.exe" -# PROP Bsc_Name ".\Browse\Apache.bsc" +# PROP Target_File "\Apache21\bin\httpd.exe" +# PROP Bsc_Name ".\Browse\httpd.bsc" # PROP Target_Dir "" !ENDIF |