From: William A. Rowe Jr Date: Thu, 6 Jul 2006 19:24:36 +0000 (+0000) Subject: New changes to win32 docs, regenerated X-Git-Tag: 2.3.0~2290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abea049ad64790e46581731cc4470a21f948a7fd;p=apache New changes to win32 docs, regenerated git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@419669 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/win_compiling.html.en b/docs/manual/platform/win_compiling.html.en index 7a6bd5e2cc..ff1766404b 100644 --- a/docs/manual/platform/win_compiling.html.en +++ b/docs/manual/platform/win_compiling.html.en @@ -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 +

  • diff --git a/docs/manual/platform/win_compiling.xml.ko b/docs/manual/platform/win_compiling.xml.ko index 9ebbe3701f..7c7c46dc9c 100644 --- a/docs/manual/platform/win_compiling.xml.ko +++ b/docs/manual/platform/win_compiling.xml.ko @@ -1,7 +1,7 @@ - +