summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2005-05-13 23:57:50 +0000
committerKenneth Russel <[email protected]>2005-05-13 23:57:50 +0000
commit7ac0aeff0fb6208a048588d9c83c941a82c64ed7 (patch)
tree519c460f0b298f7bef8845938535703853989fb2 /make
parent4a225f43a1f5f8a2ae95d3e3696c79e9090260e8 (diff)
Added CgGL.cgCreateProgramFromStream and updated JOGL Cg demos to use
it so they can be run with Java Web Start. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@74 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'make')
-rw-r--r--make/build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 95afeee..3d672e9 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -50,7 +50,7 @@
<pathelement path="${classpath}" />
<pathelement location="${jogl.jar}" />
</path>
- <javac destdir="${classes}" excludes="demos/cg/**" source="1.4" debug="true" debuglevel="source,lines">
+ <javac destdir="${classes}" source="1.4" debug="true" debuglevel="source,lines">
<src path="${src}" />
<classpath refid="jogl.classpath" />
</javac>
@@ -59,6 +59,9 @@
<exclude name="gleem/**" />
<exclude name="demos/util/**" />
</fileset>
+ <fileset dir="${src}">
+ <include name="demos/cg/**/*.cg" />
+ </fileset>
</jar>
<jar destfile="${jogl.demos.util.jar}">
<fileset dir="${classes}">