aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/DebugGL4.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-07-17 21:32:38 +0200
committerSven Gothel <[email protected]>2015-07-17 21:32:38 +0200
commit15a0c5fe29fb6319b02b435674d60b0f7620f9ab (patch)
tree4596687993cf2e56f1a8ca588e0accb977403fc6 /src/jogl/classes/com/jogamp/opengl/DebugGL4.java
parent51268bc9874de7cc34dfe7741187238f7d46aafc (diff)
parent179222835fae0cc93b20aef2f877f47c9626f15a (diff)
Merge branch 'Bug1170' of https://github.com/rhatcher/jogl
Diffstat (limited to 'src/jogl/classes/com/jogamp/opengl/DebugGL4.java')
0 files changed, 0 insertions, 0 deletions
="hl kwb">basedir="." default="compile"> <target name="compile"> <javac destdir="." srcdir="." source="1.4" target="1.4" debug="true" deprecation="true"> </javac> </target> <target name="all" depends="compile"> </target> <target description="Clean all build products." name="clean"> <delete> <fileset dir="."> <include name="**/*.class"/> </fileset> </delete> </target> </project>