summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2010-06-18 08:44:34 +0000
committerRainer Jung <rjung@apache.org>2010-06-18 08:44:34 +0000
commit3438a0eb227bdf354b4bbc88ab84ab1d09ccf69f (patch)
tree593dc63d884bbed51393ca69d1302b8438484c16 /Makefile.win
parent41a6878ac5b32785ab1abe10324d2c9f74759924 (diff)
downloadhttpd-3438a0eb227bdf354b4bbc88ab84ab1d09ccf69f.tar.gz
Fix Windows build when using VC6.
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
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win6
1 files changed, 3 insertions, 3 deletions
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 ..\..