aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-common.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-04-03 18:37:24 +0200
committerSven Gothel <[email protected]>2012-04-03 18:37:24 +0200
commit48581e36773e58e20a3e780caf5b1c29b4805285 (patch)
treefd20cae46ad8ed8bf6831275606361b02e1bc605 /make/build-common.xml
parent6f62bd9d1048455599ac0eb2387e29d54d3096dd (diff)
Ant Build: Split 2nd pass in android and non-android builds. The former uses the Android API JAR for android specifics.
Diffstat (limited to 'make/build-common.xml')
-rw-r--r--make/build-common.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/make/build-common.xml b/make/build-common.xml
index dfe38a676..1ac6f701a 100644
--- a/make/build-common.xml
+++ b/make/build-common.xml
@@ -422,6 +422,13 @@
<path refid="nativewindow_all_atoms.classpath" />
</path>
+ <path id="android_nativewindow_gluegen.classpath">
+ <pathelement location="${android.jar}" />
+ <pathelement location="${gluegen-rt.jar}" />
+ <pathelement location="${swt.jar}" />
+ <path refid="nativewindow_all_atoms.classpath" />
+ </path>
+
<!-- NEWT Compilation .. -->
<path id="jogl_nativewindow_gluegen.classpath">
<pathelement location="${android.jar}" />