Author: wrowe Date: Sun Jan 2 23:03:13 2005 New Revision: 123948 URL: http://svn.apache.org/viewcvs?view=rev&rev=123948 Log:
A few new footnotes related to Apache 2.2 and Win32 compatibility. Modified: httpd/mod_aspdotnet/trunk/README.txt Modified: httpd/mod_aspdotnet/trunk/README.txt Url: http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/README.txt?view=diff&rev=123948&p1=httpd/mod_aspdotnet/trunk/README.txt&r1=123947&p2=httpd/mod_aspdotnet/trunk/README.txt&r2=123948 ============================================================================== --- httpd/mod_aspdotnet/trunk/README.txt (original) +++ httpd/mod_aspdotnet/trunk/README.txt Sun Jan 2 23:03:13 2005 @@ -1,15 +1,23 @@ README for mod_aspdotnet + Apache.Web ----------------------------------- +mod_aspdotnet.so and Apache.Web.dll require Windows 2000 or later, they +are not compatible with Windows 98 or Windows ME. + Build Notes ----------- The top level workspace mod_aspdotnet.sln is invoked for a release build -with the syntax; +for Apache 2.0 with the syntax; - set APACHE_PATH=d:path\to\apache\serverroot + set APACHE_PATH=d:\path\to\apache2 devenv mod_aspdotnet.sln /useenv /build Release /project installer + +or to build for Apache 2.1-dev or Apache 2.2, invoke with the syntax; + + set APACHE22_PATH=d:\path\to\apache2.2 + devenv mod_aspdotnet.sln /useenv /build "Release 2.2" /project installer The necessary files, mod_aspdotnet.so [+.pdb for debug symbols] and the Apache.Web.dll [+.pdb] are built into the installer.msi package at