Update wrapper to v3.6.17 (ticket #826)

This commit is contained in:
kytv
2013-01-01 10:39:08 +00:00
parent c05cd07ff7
commit 2dd1aaab63
26 changed files with 12 additions and 5 deletions

View File

@ -12,6 +12,7 @@ to xxx/librapper.so, libwrapper.jnilib, or wrapper.dll for the following directo
Don't forget to disable the execute bit.
linux (x86-32)
linux64 (x86-64)
linux-ppc (linux-ppc-32)
linux-armv5 (armv5/armv7)
solaris (sparc-32)
@ -30,10 +31,6 @@ FreeBSD 7.4 to eliminate the dependency on the compat6x port.
Don't forget to strip the binaries and disable the execute bit.
A walkthrough can be found in freebsd/README.txt.
For linux-ppc, we don't use the Tanuki binaires because they're (mistakenly)
ppc64 compiles. Compile the arch-dependent bits with
"ant -Dbits=32 compile-c-unix".
For macosx, combine (if possible) the universal-32 and universal-64 files
from the delta pack (each is a 2-architecture fat file)
into a "quad-fat" binary. Instructions can be found in

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,4 @@
Changes may be needed for newer versions than 3.5.16.
Changes may be needed for newer versions than 3.5.17.
To use the patch in this directory, copy Makefile-windows-x86-32.nmake to
Makefile-windows-x86-64.nmake then "patch < x64-win.patch".