#! /bin/sh BUILDDIR=$1 shift if [ -z "$BUILDDIR" ] ; then echo "usage $0 " exit 1 fi idir=$BUILDDIR/jogl/gensrc/classes/javax/media/opengl echo GL to GL2ES2 to GL3 enums sort $idir/GL.java $idir/GL3.java $idir/GL2ES2.java | uniq -d | grep GL_ | awk ' { print $5 } ' echo GL to GL2ES2 to GL3 functions sort $idir/GL.java $idir/GL3.java $idir/GL2ES2.java | uniq -d | grep "public [a-z0-9_]* gl" cm/jogamp-scripting.git' title='jogamp-scripting.git Git repository'/>
summaryrefslogtreecommitdiffstats
blob: 20eaa1e9e8a82755f6c6f7e14475ba827e1e5c10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Lines prefixed with '#' are considered comments and ignored.
#
# project-name : has-natives? : use-dummy-jar? : source-jar-name?
#
gluegen-rt            : natives    : no-dummy-jar : gluegen-java-src.zip
gluegen-rt-main       : no-natives : dummy-jar    : dummy-src
gluegen-rt-android    : no-natives : no-dummy-jar : gluegen-java-src.zip
joal                  : natives    : no-dummy-jar : joal-java-src.zip
joal-main             : no-natives : dummy-jar    : dummy-src
jocl                  : natives    : no-dummy-jar : jocl-java-src.zip
jocl-main             : no-natives : dummy-jar    : dummy-src
jogl-all              : natives    : no-dummy-jar : jogl-java-src.zip
jogl-all-main         : no-natives : dummy-jar    : dummy-src
jogl-all-mobile       : no-natives : no-dummy-jar : jogl-java-src.zip
jogl-all-mobile-main  : no-natives : dummy-jar    : dummy-src
jogl-all-noawt        : no-natives : no-dummy-jar : jogl-java-src.zip
jogl-all-noawt-main   : no-natives : dummy-jar    : dummy-src
jogl-all-android      : no-natives : no-dummy-jar : jogl-java-src.zip