Skip to content

Commit

Permalink
jnihds: add Windows 7 64bit support
Browse files Browse the repository at this point in the history
  • Loading branch information
pwdraper authored and mmpcn committed Nov 27, 2014
1 parent c8ce3dc commit e705379
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jnihds/build.xml
Expand Up @@ -651,9 +651,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 jnihds/src/lib/amd64/jnihds_libs.jar
Binary file not shown.

0 comments on commit e705379

Please sign in to comment.