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
|