diff options
author | Sven Gothel <[email protected]> | 2010-11-07 04:35:47 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-07 04:35:47 +0100 |
commit | ed83567444bd803918b8904eb71b155d4eff2de4 (patch) | |
tree | 715069bef306f409e5030b1a90871b55c1c41a7f /test/junit/com/jogamp/gluegen/dyntest.cfg | |
parent | 5aadf241bb46a66a57c6c5b6776aa6a0da1633f6 (diff) |
com.sun -> com.jogamp
Diffstat (limited to 'test/junit/com/jogamp/gluegen/dyntest.cfg')
-rw-r--r-- | test/junit/com/jogamp/gluegen/dyntest.cfg | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/test/junit/com/jogamp/gluegen/dyntest.cfg b/test/junit/com/jogamp/gluegen/dyntest.cfg new file mode 100644 index 0000000..60b8764 --- /dev/null +++ b/test/junit/com/jogamp/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 |