blob: d4374a12705144eefd58df4af912d14c026ca1da (
plain)
1
2
3
4
5
6
7
8
9
|
# This .cfg file is used to generate the GLU interface for all
# platforms.
Style InterfaceOnly
Include glu-common.cfg
# Custom Java code for GLU interface
IncludeAs CustomJavaCode GLU glu-interface-common-CustomJavaCode.java
|