From: Reimar Döffinger Date: Sun, 24 May 2020 19:45:03 +0000 (+0200) Subject: Add native-image.cmd to build a Windows native binary X-Git-Url: http://gitweb.fperrin.net/?p=DictionaryPC.git;a=commitdiff_plain;h=6f0d99824b2928cce0744440d491115fbc2f9c0e Add native-image.cmd to build a Windows native binary --- diff --git a/native-image.cmd b/native-image.cmd new file mode 100755 index 0000000..d0e0c6d --- /dev/null +++ b/native-image.cmd @@ -0,0 +1,2 @@ +REM --allow-incomplete-classpath due to missing XZ implementation +%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