Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "BuildTcNativeWin" page has been changed by markt:
https://wiki.apache.org/tomcat/BuildTcNativeWin?action=diff&rev1=6&rev2=7

Comment:
OpenSSL build for static linking on all three platforms

  
  Apply the apr-enable-ipv6.patch.
  {{{
+ c:\cmsc\setenv.bat /x86
+ nmake -f NMAKEMakefile BUILD_CPU=x86 APR_DECLARE_STATIC=1
+ 
  c:\cmsc\setenv.bat /x64
  nmake -f NMAKEMakefile BUILD_CPU=x64 APR_DECLARE_STATIC=1
  
  c:\cmsc\setenv.bat /i64
  nmake -f NMAKEMakefile BUILD_CPU=i64 APR_DECLARE_STATIC=1
  
+ cd ..\openssl
+ }}}
+ Unpack the OpenSSL 1.0.1h source distribution in this directory.
+ 
+ Apply the 
+ {{{
  c:\cmsc\setenv.bat /x86
- nmake -f NMAKEMakefile BUILD_CPU=x86 APR_DECLARE_STATIC=1
+ perl Configure VC-WIN32
+ ms\do_nasm
+ nmake -f ms\nt.mak
+ move out32 out32-x86
+ 
+ c:\cmsc\setenv.bat /x64
+ perl Configure VC-WIN64A
+ ms\do_win64a
+ nmake -f ms\nt.mak clean
+ nmake -f ms\nt.mak
+ move out32 out32-x64
+ 
+ c:\cmsc\setenv.bat /i64
+ perl Configure VC-WIN64I
+ ms\do_win64i
+ nmake -f ms\nt.mak clean
+ nmake -f ms\nt.mak
+ move out32 out32-i64
  }}}
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to