Skip to content

Commit

Permalink
jniast: add support for Windows 7 64 bit
Browse files Browse the repository at this point in the history
(cherry picked from commit b0d09f0)
  • Loading branch information
pwdraper authored and MalcolmCurrie committed Jul 4, 2014
1 parent 80644fb commit b45e15e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jniast/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1002,9 +1002,12 @@
</resources>

<!-- Windows -->
<resources os="Windows">
<resources os="Windows" arch="x86">
<nativelib href="x86/${name}_libs.jar"/>
</resources>
<resources os="Windows" arch="amd64">
<nativelib href="amd64/${name}_libs.jar"/>
</resources>

<!-- SUN Solaris -->
<resources os="SunOS" arch="sparc">
Expand Down
Binary file modified jniast/src/lib/amd64/jniast_libs.jar
Binary file not shown.

0 comments on commit b45e15e

Please sign in to comment.