diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2002-01-10 03:12:39 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2002-01-10 03:12:39 +0000 |
commit | 7dc5de2906d54266a1a986dc4f1aa405a2c5aab7 (patch) | |
tree | f72021f5e69c73df55583175147b4a651452c6ff /InstallBin.dsp | |
parent | 73430e922d4c0dcf9e3909cd3804db020d81da86 (diff) | |
download | httpd-7dc5de2906d54266a1a986dc4f1aa405a2c5aab7.tar.gz |
Change the name of the _tryssl to an underbar prefix so we know it is
an 'internal' thing, and try building explicit targets to avoid ever
dragging in .bsc construction.
Also introduce _browse. This is far from complete, but I'm working on
a mechansim to toggle browse database construction - of a single .bsc
file for DevStudio's browser database. The ugly bit is; it gobbles some
80MB for construction, so we will never waste that sort of space on
the typical case, but reserve it for developers who choose to toggle it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92795 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 dbcb902e1e..d8ff60ffb9 100644 --- a/InstallBin.dsp +++ b/InstallBin.dsp @@ -39,10 +39,10 @@ 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" SHORT=R LONG=Release tryssl _install" +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=R LONG=Release _tryssl _install" # PROP Rebuild_Opt "" # PROP Target_File "\Apache2\bin\Apache.exe" -# PROP Bsc_Name "" +# PROP Bsc_Name "Browse\Apache.bsc" # PROP Target_Dir "" !ELSEIF "$(CFG)" == "InstallBin - Win32 Debug" @@ -58,7 +58,7 @@ 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" SHORT=D LONG=Debug tryssl _install" +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=D LONG=Debug _tryssl _install" # PROP Rebuild_Opt "" # PROP Target_File "\Apache2\bin\Apache.exe" # PROP Bsc_Name "" |