From 6d4a59dc6f3f5dcac6466fd1f0b786e019604aff Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Tue, 29 Jan 2002 18:16:54 +0000 Subject: [PATCH] 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 --- BuildBin.dsp | 4 ++-- InstallBin.dsp | 4 ++-- 2 files changed, 4 insertions(+), 4 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" diff --git a/InstallBin.dsp b/InstallBin.dsp index d8ff60ffb9..e772efab13 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" SHORT=R LONG=Release _tryssl _install" +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=R LONG=Release _install" # PROP Rebuild_Opt "" # PROP Target_File "\Apache2\bin\Apache.exe" # PROP Bsc_Name "Browse\Apache.bsc" @@ -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 _install" # PROP Rebuild_Opt "" # PROP Target_File "\Apache2\bin\Apache.exe" # PROP Bsc_Name "" -- 2.40.0