]> gitweb.fperrin.net Git - DictionaryPC.git/commitdiff
Add native-image.cmd to build a Windows native binary
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 24 May 2020 19:45:03 +0000 (21:45 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 24 May 2020 19:45:03 +0000 (21:45 +0200)
native-image.cmd [new file with mode: 0755]

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