blob: d4fdb7911865669f1b51585da9df8a7fd39b7a64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|