diff options
author | Sven Gothel <[email protected]> | 2012-12-25 07:59:37 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-12-25 07:59:37 +0100 |
commit | f90c7e09b05db0b84e341f1ca077c2e41b670884 (patch) | |
tree | 39930a16397387b795b31588ed17043fa95f580f /maven/make-projects.txt | |
parent | a1b84616a4a641b863a243b48b12348ff2372156 (diff) |
Add missing gluegen-rt-android and jogl-all-android modules (JAR only, no-native)
Diffstat (limited to 'maven/make-projects.txt')
-rw-r--r-- | maven/make-projects.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/maven/make-projects.txt b/maven/make-projects.txt index eb0a579..d4ea954 100644 --- a/maven/make-projects.txt +++ b/maven/make-projects.txt @@ -1,5 +1,6 @@ gluegen-rt : natives : no-dummy-jar gluegen-rt-main : no-natives : dummy-jar +gluegen-rt-android : no-natives : no-dummy-jar joal : natives : no-dummy-jar joal-main : no-natives : dummy-jar jocl : natives : no-dummy-jar @@ -10,3 +11,4 @@ jogl-all-mobile : no-natives : no-dummy-jar jogl-all-mobile-main : no-natives : dummy-jar jogl-all-noawt : no-natives : no-dummy-jar jogl-all-noawt-main : no-natives : dummy-jar +jogl-all-android : no-natives : no-dummy-jar |