From: Rainer Jung Date: Fri, 18 Jun 2010 08:44:34 +0000 (+0000) Subject: Fix Windows build when using VC6. X-Git-Tag: 2.3.7~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3438a0eb227bdf354b4bbc88ab84ab1d09ccf69f;p=apache Fix Windows build when using VC6. Comment character needs to be in column 1. Submitted by: Gregg L. Smith git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955888 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index af89aa1c8d..43752b3b60 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,7 @@ Changes with Apache 2.3.7 + *) Fix Windows build when using VC6. [Gregg L Smith ] Changes with Apache 2.3.6 diff --git a/Makefile.win b/Makefile.win index 5a4298d39b..f0e0006f69 100644 --- a/Makefile.win +++ b/Makefile.win @@ -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 ..\..