blob: 599793b743a1f2a373979ee7c667de525a324fcc (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This .cfg file provides common options used among all GL glue code
# generated for Jogl on Windows.
HierarchicalNativeOutput false
Include gl-common.cfg
JavaOutputDir ../build/gensrc/classes
NativeOutputDir ../build/gensrc/native/jogl
# XID needs to be treated as a long for 32/64 bit compatibility
Opaque long XID
|