You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2010/06/18 10:44:34 UTC

svn commit: r955888 - in /httpd/httpd/trunk: CHANGES Makefile.win

Author: rjung
Date: Fri Jun 18 08:44:34 2010
New Revision: 955888

URL: http://svn.apache.org/viewvc?rev=955888&view=rev
Log:
Fix Windows build when using VC6.

Comment character needs to be in column 1.

Submitted by: Gregg L Smith <lists glewis com>

Modified:
    httpd/httpd/trunk/CHANGES
    httpd/httpd/trunk/Makefile.win

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=955888&r1=955887&r2=955888&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Fri Jun 18 08:44:34 2010
@@ -2,6 +2,7 @@
 
 Changes with Apache 2.3.7
 
+  *) Fix Windows build when using VC6. [Gregg L Smith <lists glewis com>]
 
 Changes with Apache 2.3.6
 

Modified: httpd/httpd/trunk/Makefile.win
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/Makefile.win?rev=955888&r1=955887&r2=955888&view=diff
==============================================================================
--- httpd/httpd/trunk/Makefile.win (original)
+++ httpd/httpd/trunk/Makefile.win Fri Jun 18 08:44:34 2010
@@ -508,9 +508,9 @@ _build:
 	 $(MAKE) $(MAKEOPT) -f mod_session_dbd.mak    CFG="mod_session_dbd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
 	cd ..\..
 !IF EXIST("srclib\openssl")
-	#cd modules\session
-	# $(MAKE) $(MAKEOPT) -f mod_session_crypto.mak CFG="mod_session_crypto - Win32 $(LONG)" RECURSE=0 $(CTARGET)
-	#cd ..\..
+#	cd modules\session
+#	 $(MAKE) $(MAKEOPT) -f mod_session_crypto.mak CFG="mod_session_crypto - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+#	cd ..\..
 	cd modules\ssl
 	 $(MAKE) $(MAKEOPT) -f mod_ssl.mak         CFG="mod_ssl - Win32 $(LONG)" RECURSE=0 $(CTARGET)
 	cd ..\..