summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2008-07-10 14:48:34 +0000
committerSven Gothel <[email protected]>2008-07-10 14:48:34 +0000
commit724c4809b28e24c10273c3297f1b1c0209fcb16e (patch)
tree32d540d9269ed426143b69e281a76f4d58961148 /make
parentf621dd665433f1d21c5f2b721381623641339835 (diff)
Adding Angeles demo (ES1 and GL2ES1)
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@255 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'make')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 60c3268..f5d704d 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -183,7 +183,7 @@
<src path="${src}" />
<classpath refid="jogl-demos.classpath" />
</javac-->
- <javac destdir="${classes}" includes="demos/es1/RedSquare.java" source="1.4" target="1.4" debug="true" debuglevel="source,lines"
+ <javac destdir="${classes}" includes="demos/es1/RedSquare.java demos/es1/angeles/**" source="1.4" target="1.4" debug="true" debuglevel="source,lines"
bootclasspath="../../gluegen/make/lib/cdc_fp.jar">
<src path="${src}" />
<classpath refid="jogl-demos.classpath" />