diff options
Diffstat (limited to 'make/cg-common.cfg')
-rw-r--r-- | make/cg-common.cfg | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/make/cg-common.cfg b/make/cg-common.cfg index b9ee9a26c..2edc2f1a6 100644 --- a/make/cg-common.cfg +++ b/make/cg-common.cfg @@ -8,20 +8,6 @@ JavaOutputDir ../build/gensrc/classes NativeOutputDir ../build/gensrc/native/jogl_cg HierarchicalNativeOutput false -# Generate "flattened" NIO variants for routines taking C primitive -# pointers that aren't of type void* -NioMode ALL_POINTERS - -# Comment out FlattenNIOVariants since default is true -# FlattenNIOVariants true - -# Generate Java primitive arrays for all C pointers, including void * -PrimitiveArrayExpansionMode ALL_POINTERS - -# For expansion of C void* pointers, expand into the following Java -# primitive types: short, int, float, byte, double -VoidPointerExpansion short int float byte double - # # Map const char* return values to Java strings for these functions # |