From: William A. Rowe Jr Date: Thu, 26 Mar 2009 14:23:56 +0000 (+0000) Subject: try lua, you'll like it; completes r758657 X-Git-Tag: 2.3.3~801 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=770c4c49ad63e76e4bb870c584b88f3799391956;p=apache try lua, you'll like it; completes r758657 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758659 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/BuildBin.dsp b/BuildBin.dsp index 16efbe0b9f..6d647f2210 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" LONG=Release _trydbd _tryssl _tryzlib _dummy" +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" LONG=Release _trydbd _trylua _tryssl _tryzlib _dummy" # PROP Rebuild_Opt "" # PROP Target_File "\Apache2\bin\httpd.exe" # PROP Bsc_Name ".\Browse\httpd.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" LONG=Debug _trydbd _tryssl _tryzlib _dummy" +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" LONG=Debug _trydbd _trylua _tryssl _tryzlib _dummy" # PROP Rebuild_Opt "" # PROP Target_File "\Apache2\bin\httpd.exe" # PROP Bsc_Name ".\Browse\httpd.bsc" diff --git a/Makefile.win b/Makefile.win index ca17979512..299416a969 100644 --- a/Makefile.win +++ b/Makefile.win @@ -142,16 +142,6 @@ _tryzlib: !ENDIF -_tryssl: - @echo ----- - @echo mod_ssl and ab/ssl will not build unless openssl is installed - @echo in srclib\openssl. They must be precompiled using the - @echo ms/ntdll.mak file, see srclib\openssl\INSTALL.W32. The most - @echo recent version confirmed to build with mod_ssl and ab is 0.9.8d. - @echo Available from http://www.openssl.org/ -!ENDIF - - !IF EXIST("srclib\lua") _trylua: