diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2002-01-29 18:16:54 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2002-01-29 18:16:54 +0000 |
commit | 381f9e4f4b405e837567b5d042b44ce9c1789f44 (patch) | |
tree | 9c024a5fef9d5e170c4efb05a386c307c032687b /BuildBin.dsp | |
parent | 654562053768cac76162c1c83a744df49eb3067c (diff) | |
download | httpd-381f9e4f4b405e837567b5d042b44ce9c1789f44.tar.gz |
Move the _tryssl targets across to the BuildBin target
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93084 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'BuildBin.dsp')
-rw-r--r-- | BuildBin.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BuildBin.dsp b/BuildBin.dsp index 628c7b6d67..76eacf1889 100644 --- a/BuildBin.dsp +++ b/BuildBin.dsp @@ -39,7 +39,7 @@ CFG=BuildBin - Win32 Debug # PROP Use_Debug_Libraries 0 # PROP Output_Dir "" # PROP Intermediate_Dir "" -# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" _dummy" +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" _tryssl _dummy" # PROP Rebuild_Opt "" # PROP Target_File "\Apache2\bin\Apache.exe" # PROP Bsc_Name ".\Browse\Apache.bsc" @@ -58,7 +58,7 @@ CFG=BuildBin - Win32 Debug # PROP Use_Debug_Libraries 1 # PROP Output_Dir "" # PROP Intermediate_Dir "" -# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" _dummy" +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" _tryssl _dummy" # PROP Rebuild_Opt "" # PROP Target_File "\Apache2\bin\Apache.exe" # PROP Bsc_Name ".\Browse\Apache.bsc" |