Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by sjorge: http://wiki.apache.org/httpd/Win32SourceConversion The comment on the change is: extra steps for support on MSVC5, thanks to wrowe ------------------------------------------------------------------------------ == Requirements == 1. [http://www.perl.com/ Perl Interpreter] + 2. MSVC6 or better == General Setup == The required unix tarballs can be found here: @@ -32, +33 @@ Once the script has completed, the source tree should match the httpd-2.x.x-win32-src.zip distribution. + It should compile fine on MSVC6 and better. + Makefiles can be exported with MSVC6 so it compiles on MSVC5 also. + + == Generating Additional Makefiles == + Open '''apache.dsp''' in MSVC6. + '''Project -> Export Makefiles''' + + In the main source directory, execute: '''perl srclib/apr/build/fixwin32mak.pl''' + + The makefiles should now be available. +
