diff options
author | Sven Gothel <[email protected]> | 2011-10-22 16:52:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-22 16:52:51 +0200 |
commit | 610473bd1ad7598db42d40d0d861467bdb1304b6 (patch) | |
tree | a26cba83046389321fcd5986a5c1c5fe78645475 /make/config | |
parent | 285c5ed3b72b2e0877a0be7a7701649dc5344168 (diff) |
Proper self containing NV Cg location
Diffstat (limited to 'make/config')
-rw-r--r-- | make/config/jogl/cg-common.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/config/jogl/cg-common.cfg b/make/config/jogl/cg-common.cfg index 606f86b9d..f21ece3fd 100644 --- a/make/config/jogl/cg-common.cfg +++ b/make/config/jogl/cg-common.cfg @@ -119,6 +119,7 @@ RuntimeExceptionType CgException # generated C code # +CustomCCode #include <gluegen_stdint.h> CustomCCode #include <stdio.h> /* android */ CustomCCode #include <stdlib.h> CustomCCode #include <Cg/cgGL.h> |