diff options
Diffstat (limited to 'make/glu-impl-common.cfg')
-rw-r--r-- | make/glu-impl-common.cfg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/make/glu-impl-common.cfg b/make/glu-impl-common.cfg new file mode 100644 index 000000000..d4fdb7911 --- /dev/null +++ b/make/glu-impl-common.cfg @@ -0,0 +1,13 @@ +# This .cfg file contains common directives used when generating the +# GLU implementation class on all platforms. + +Include glu-common.cfg + +Style ImplOnly + +# Custom Java code for GLUImpl class +IncludeAs CustomJavaCode GLUImpl glu-impl-common-CustomJavaCode.java + +# Custom C code for GLUImpl class +IncludeAs CustomCCode glu-impl-common-CustomCCode.c + |