Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 26343 invoked from network); 13 May 2009 21:04:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 May 2009 21:04:45 -0000 Received: (qmail 53426 invoked by uid 500); 13 May 2009 21:04:45 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 53335 invoked by uid 500); 13 May 2009 21:04:45 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 53326 invoked by uid 99); 13 May 2009 21:04:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 21:04:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 21:04:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 87C20238888F; Wed, 13 May 2009 21:04:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r774532 - /httpd/httpd/trunk/docs/manual/platform/win_compiling.xml Date: Wed, 13 May 2009 21:04:11 -0000 To: cvs@httpd.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090513210411.87C20238888F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Wed May 13 21:04:11 2009 New Revision: 774532 URL: http://svn.apache.org/viewvc?rev=774532&view=rev Log: mdc2 has expired Modified: httpd/httpd/trunk/docs/manual/platform/win_compiling.xml Modified: httpd/httpd/trunk/docs/manual/platform/win_compiling.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/win_compiling.xml?rev=774532&r1=774531&r2=774532&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/platform/win_compiling.xml (original) +++ httpd/httpd/trunk/docs/manual/platform/win_compiling.xml Wed May 13 21:04:11 2009 @@ -165,12 +165,12 @@ >http://www.openssl.org/source/, in order to compile mod_ssl or the abs project (ab.exe enabled with SSL support.) To prepare OpenSSL for both - release and debug builds of Apache, and - disable the patent protected features in OpenSSL, you might use - the following build commands:

+ release and debug builds of Apache, + disable the patent encumbered features in OpenSSL, using zlib + as compiled above you might use the following build commands:

- perl Configure no-mdc2 no-rc5 no-idea enable-zlib VC-WIN32 -Ipath/to/srclib/zlib
+ perl Configure no-rc5 no-idea enable-zlib VC-WIN32 -Ipath/to/srclib/zlib
ms\do_masm.bat
nmake -f ms\ntdll.mak