diff options
author | Michael Bien <[email protected]> | 2010-06-20 10:39:27 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-06-20 10:39:27 +0200 |
commit | 13f196036debc83dd024b9460e986407c3b5f652 (patch) | |
tree | 13d7fd843bd0ea7de314c120513db94c79e01ffb /test/junit/com/sun/gluegen/dyntest.cfg | |
parent | 1130eb884f5ae60471daa3bc049fa3f420a86b2c (diff) | |
parent | ae37ac16a13aa62cd6e7a6ff0346403c5aa6b3e5 (diff) |
Merge branch 'master' of github.com:mbien/gluegen
Diffstat (limited to 'test/junit/com/sun/gluegen/dyntest.cfg')
-rw-r--r-- | test/junit/com/sun/gluegen/dyntest.cfg | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/test/junit/com/sun/gluegen/dyntest.cfg b/test/junit/com/sun/gluegen/dyntest.cfg new file mode 100644 index 0000000..60b8764 --- /dev/null +++ b/test/junit/com/sun/gluegen/dyntest.cfg @@ -0,0 +1,25 @@ +Package test +Style AllStatic +JavaClass DynBindingTest +JavaOutputDir java +NativeOutputDir native + +CustomCCode #include "test.h" + +Import com.jogamp.common.nio.* + + +EmitProcAddressTable true +ProcAddressTableClassName Table +GetProcAddressTableExpr table +ProcAddressNameExpr $UpperCase(arg) + +ForceProcAddressGen __ALL__ + +CustomJavaCode DynBindingTest private final static Table table; +CustomJavaCode DynBindingTest static { +CustomJavaCode DynBindingTest table = new Table(); +CustomJavaCode DynBindingTest //table.reset(); +CustomJavaCode DynBindingTest } + +RenameJavaMethod arrayTest fancyArrayTest
\ No newline at end of file |