update notes about compiling the wrapper in x86_64 Windows

This commit is contained in:
kytv
2011-09-30 16:52:12 +00:00
parent a8746e4780
commit 6a15d8c790
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,10 @@
Changes will probably be needed for newer versions than 3.5.12.
To use the patch in this directory, copy Makefile-windows-x86-32.nmake to
Makefile-windows-x86-64.nmake then "patch < x64-win.patch". Compiles cleanly
using VS2010.
Makefile-windows-x86-64.nmake then "patch < x64-win.patch".
Configure your environment per the apache-ant instructions (i.e., set ANT_HOME
and JAVA_HOME). Then in the wrapper source directory, run build64.bat.
Compiled in VS2010SP1 after creating %USERPROFILE%\.ant.properties with:
vcvars.bat="C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\bin\\amd64\\vcvars64.bat".

View File

@ -1,4 +1,4 @@
--- Makefile-windows-x86-32.nmake 2011-09-29 20:34:25.447939000 +0000
--- Makefile-windows-x86-64.nmake 2011-09-29 20:34:25.447939000 +0000
+++ Makefile-windows-x86-64.nmake 2011-09-29 20:51:57.297170000 +0000
@@ -9,19 +9,19 @@