aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-newt.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r--make/build-newt.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml
index 0ca802f53..380df11d6 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -521,6 +521,12 @@
<target name="c.build.newt" depends="c.configure,c.build.newt.prepare,c.build.newt.windowlib">
<antcall target="c.manifest" inheritRefs="true" />
+ <!-- Create the Java Web Start jar file for the built native code -->
+ <jar destfile="${build}/newt-natives-${os.and.arch}.jar">
+ <fileset dir="${obj}">
+ <include name="*.${native.library.suffix}" />
+ </fileset>
+ </jar>
</target>
<!-- ================================================================== -->