Author: mturk Date: Thu Feb 23 12:51:58 2012 New Revision: 1292784 URL: http://svn.apache.org/viewvc?rev=1292784&view=rev Log: Favor building static APR in example
Modified: tomcat/native/branches/1.1.x/native/srclib/BUILDING Modified: tomcat/native/branches/1.1.x/native/srclib/BUILDING URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/srclib/BUILDING?rev=1292784&r1=1292783&r2=1292784&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/native/srclib/BUILDING (original) +++ tomcat/native/branches/1.1.x/native/srclib/BUILDING Thu Feb 23 12:51:58 2012 @@ -5,10 +5,10 @@ Apply apr-enable-ipv6.patch. This will enable IPV6 support for windows builds. Open Visual Studio command prompt and execute -nmake -f NMAKEMakefile BUILD_CPU=x86 +nmake -f NMAKEMakefile BUILD_CPU=x86 APR_DECLARE_STATIC=1 For building 64-bit version execute -nmake -f NMAKEMakefile BUILD_CPU=x64 +nmake -f NMAKEMakefile BUILD_CPU=x64 APR_DECLARE_STATIC=1 Make sure you select the correct Visual Studio command prompt environment before calling nmake so that correct --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org