]> granicus.if.org Git - apache/commitdiff
try lua, you'll like it; completes r758657
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 26 Mar 2009 14:23:56 +0000 (14:23 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 26 Mar 2009 14:23:56 +0000 (14:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758659 13f79535-47bb-0310-9956-ffa450edef68

BuildBin.dsp
Makefile.win

index 16efbe0b9f5a6fcb6b8d5cdb28d559012915fe7f..6d647f2210f8a26a3b4979a9b7514e2349b22307 100644 (file)
@@ -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"
index ca179795124b5bcdab6cca7d11491b1461c4d657..299416a9697ab15bc6a6e182db8876ff5a10353b 100644 (file)
@@ -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: