You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2009/03/26 15:24:01 UTC

svn commit: r758659 - in /httpd/httpd/trunk: BuildBin.dsp Makefile.win

Author: wrowe
Date: Thu Mar 26 14:23:56 2009
New Revision: 758659

URL: http://svn.apache.org/viewvc?rev=758659&view=rev
Log:
try lua, you'll like it; completes r758657

Modified:
    httpd/httpd/trunk/BuildBin.dsp
    httpd/httpd/trunk/Makefile.win

Modified: httpd/httpd/trunk/BuildBin.dsp
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/BuildBin.dsp?rev=758659&r1=758658&r2=758659&view=diff
==============================================================================
--- httpd/httpd/trunk/BuildBin.dsp (original)
+++ httpd/httpd/trunk/BuildBin.dsp Thu Mar 26 14:23:56 2009
@@ -39,7 +39,7 @@
 # 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 @@
 # 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"

Modified: httpd/httpd/trunk/Makefile.win
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/Makefile.win?rev=758659&r1=758658&r2=758659&view=diff
==============================================================================
--- httpd/httpd/trunk/Makefile.win (original)
+++ httpd/httpd/trunk/Makefile.win Thu Mar 26 14:23:56 2009
@@ -142,16 +142,6 @@
 !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: