blob: 25d0fe4d8b21c2607033af8b0cca1919c7b77255 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# This .cfg file is used to generate the GLU implementation on
# MacOSX
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-macosx.c
|