fix build script to include shaders for OpenGL

This commit is contained in:
benfry
2011-12-06 10:28:48 +00:00
parent b0bcc9970a
commit edb28d8f19
+8
View File
@@ -18,6 +18,14 @@
encoding="UTF-8"
includeAntRuntime="false"
classpath="../../../core/core.jar; library/jogl.all.jar; library/nativewindow.all.jar;" />
<!-- Copy the shaders to the bin folder.
Eclipse does this automatically. -->
<copy todir="bin">
<fileset dir="src">
<include name="processing/opengl/*.glsl" />
</fileset>
</copy>
</target>
<target name="build" depends="compile" description="Build OpenGL library">