Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 13884 invoked from network); 6 Jul 2006 19:25:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jul 2006 19:25:00 -0000 Received: (qmail 30061 invoked by uid 500); 6 Jul 2006 19:24:59 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 30020 invoked by uid 500); 6 Jul 2006 19:24:58 -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 30006 invoked by uid 99); 6 Jul 2006 19:24:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2006 12:24:58 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2006 12:24:57 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id ACB461A981D; Thu, 6 Jul 2006 12:24:37 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r419669 - in /httpd/httpd/trunk/docs/manual/platform: win_compiling.html.en win_compiling.xml.ko Date: Thu, 06 Jul 2006 19:24:37 -0000 To: cvs@httpd.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060706192437.ACB461A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: wrowe Date: Thu Jul 6 12:24:36 2006 New Revision: 419669 URL: http://svn.apache.org/viewvc?rev=419669&view=rev Log: New changes to win32 docs, regenerated Modified: httpd/httpd/trunk/docs/manual/platform/win_compiling.html.en httpd/httpd/trunk/docs/manual/platform/win_compiling.xml.ko Modified: httpd/httpd/trunk/docs/manual/platform/win_compiling.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/win_compiling.html.en?rev=419669&r1=419668&r2=419669&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/platform/win_compiling.html.en (original) +++ httpd/httpd/trunk/docs/manual/platform/win_compiling.html.en Thu Jul 6 12:24:36 2006 @@ -132,29 +132,38 @@ openssl, obtained from http://www.openssl.org/source/, in order to compile mod_ssl or the abs project (ab.exe with SSL support.) To prepare OpenSSL for both release and debug builds of Apache, and - disable the patent protected features in 0.9.7, you might use the following + disable the patent protected features in OpenSSL, you might use the following build commands:

perl Configure VC-WIN32
perl util\mkfiles.pl >MINFO
- perl util\mk1mf.pl dll no-asm no-mdc2 no-rc5 no-idea VC-WIN32 >makefile
+ perl util\mk1mf.pl dll no-asm no-mdc2 no-rc5 no-idea VC-WIN32 >makefile.rel
perl util\mk1mf.pl dll debug no-asm no-mdc2 no-rc5 no-idea VC-WIN32 >makefile.dbg
perl util\mkdef.pl 32 libeay no-asm no-mdc2 no-rc5 no-idea >ms\libeay32.def
perl util\mkdef.pl 32 ssleay no-asm no-mdc2 no-rc5 no-idea >ms\ssleay32.def
- nmake
+ nmake -f makefile.rel
nmake -f makefile.dbg

+

Note; you can use the scripts in the ms\ subdirectory, however, + it's rather tricky to force ms\do_masm.bat, for example, to perform + the patent encumberances as mentioned above. Patches to add the $* argument list + to the appropriate .bat lines in these scripts aren't incorporated, thus far.

  • -

    [Optional] zlib sources (for mod_deflate)

    +

    [Optional] zlib library (for mod_deflate)

    Zlib must be installed into a srclib subdirectory named - zlib, however those sources need not be compiled. The build system - will compile the compression sources directly into the mod_deflate - module. Zlib can be obtained from http://www.gzip.org/zlib/ -- mod_deflate is - confirmed to build correctly with version 1.1.4.

    + zlib. This must be built in-place. Zlib can be obtained + from http://www.zlib.net/ -- the + mod_deflate is confirmed to work correctly with + version 1.2.3.

    + +

    + nmake -f win32\Makefile.msc
    + nmake -f win32\Makefile.msc test +

  • Modified: httpd/httpd/trunk/docs/manual/platform/win_compiling.xml.ko URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/win_compiling.xml.ko?rev=419669&r1=419668&r2=419669&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/platform/win_compiling.xml.ko [euc-kr] (original) +++ httpd/httpd/trunk/docs/manual/platform/win_compiling.xml.ko [euc-kr] Thu Jul 6 12:24:36 2006 @@ -1,7 +1,7 @@ - +