]> gitweb.fperrin.net Git - DictionaryPC.git/blobdiff - native-image.cmd
Add native-image.cmd to build a Windows native binary
[DictionaryPC.git] / native-image.cmd
diff --git a/native-image.cmd b/native-image.cmd
new file mode 100755 (executable)
index 0000000..d0e0c6d
--- /dev/null
@@ -0,0 +1,2 @@
+REM --allow-incomplete-classpath due to missing XZ implementation\r
+%GRAALVM_HOME%/bin/native-image --allow-incomplete-classpath --no-server -H:Name="DictionaryPC" com.hughes.android.dictionary.engine.Runner --no-fallback -cp bin/;commons-compress.jar;commons-text.jar;commons-lang3.jar;icu4j-49.1.jar -H:IncludeResources="com/ibm/icu/.*" -H:ReflectionConfigurationFiles=native-image-reflection.json\r