]> granicus.if.org Git - apache/commitdiff
Fix Windows build when using VC6.
authorRainer Jung <rjung@apache.org>
Fri, 18 Jun 2010 08:44:34 +0000 (08:44 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 18 Jun 2010 08:44:34 +0000 (08:44 +0000)
Comment character needs to be in column 1.

Submitted by: Gregg L. Smith <lists glewis com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955888 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
Makefile.win

diff --git a/CHANGES b/CHANGES
index af89aa1c8d4a62778dec08ba64d3d3ff3a532838..43752b3b60e5d297ec13b8dff6b64040af65087b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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
 
index 5a4298d39be60bb8f4a408c45359abc7ca0f743f..f0e0006f69f5de174ee2e3a7c1ba14ad3f5c0a75 100644 (file)
@@ -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 ..\..