Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added patch info

...

Apply the apr-enable-ipv6.patch. Note that the patch will apply but depending on exactly which revision you are working with you may need to skip the first part of the patch and an offset will probably be required.    

git apply apr-enable-ipv6.patch
git apply win-ipv6.patch

Then build

 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    cd ..\openssl

...