mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 14:57:27 +00:00
Make JNI Bindings in Rust
This commit is contained in:
parent
151bdebf43
commit
7583e38f38
11 changed files with 67 additions and 134 deletions
|
|
@ -4,5 +4,11 @@
|
|||
./gradlew jar
|
||||
|
||||
New-Item -Path "./Release" -ItemType Directory -Force
|
||||
New-Item -Path "./Release/Windows" -ItemType Directory -Force
|
||||
New-Item -Path "./Release/Mac" -ItemType Directory -Force
|
||||
New-Item -Path "./Release/Linux" -ItemType Directory -Force
|
||||
New-Item -Path "./Release/Android" -ItemType Directory -Force
|
||||
|
||||
Copy-Item -Path "./lib/build/libs/lib-0.0.1.jar" -Destination "./Release/TribuFu.jar" -Recurse -Force
|
||||
|
||||
Copy-Item -Path "./Binaries/debug/TribuFu_jvm.dll" -Destination "./Release/Windows/TribuFu_jvm.dll" -Recurse -Force
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue