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 with Apache 2.3.7
+ *) Fix Windows build when using VC6. [Gregg L Smith <lists glewis com>]
Changes with Apache 2.3.6
$(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 ..\..