diff options
author | Sven Gothel <[email protected]> | 2011-10-18 17:20:59 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-18 17:20:59 +0200 |
commit | 61573444bcd65feac6bb1a4589f507b9d10f2926 (patch) | |
tree | a74f38a215dcf7f018cd3c3a627b2b8eac040f30 | |
parent | c25f90b0cd4f8cffa7b0765dff14461fda75286e (diff) |
oops .. forgot to import gluegen-cpptask..v2.0-rc4
-rw-r--r-- | make/build-test.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index fe5c44f..0aa5303 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -43,6 +43,7 @@ </taskdef> <import file="${gluegen.root}/make/jogamp-env.xml" /> + <import file="${gluegen.root}/make/gluegen-cpptasks.xml" /> <target name="declare.common" depends="jogamp.env.init, gluegen.cpptasks.detect.os"> <property name="rootrel.src.test" value="src/test" /> |