Bug 1174

Summary: Use gluegen/jogl stub includes instead of duplicating them
Product: [JogAmp] Jocl Reporter: Wade Walker <wwalker3>
Component: openclAssignee: Wade Walker <wwalker3>
Status: RESOLVED FIXED    
Severity: normal CC: sgothel, wwalker3
Priority: ---    
Version: 2.3.2   
Hardware: All   
OS: all   
Type: --- SCM Refs:
02ef8884a2ca07de510bbc3fb17ff2a68083ad14
Workaround: ---

Description Wade Walker 2015-07-11 21:12:42 CEST
JOCL creates some of its own stub includes for use with gluegen, like stddef.h and gltypes.h, that already exist elsewhere in the build tree. Refer to those files elsewhere in the tree when possible instead of duplicating them in JOCL.
Comment 1 Wade Walker 2015-07-12 22:03:32 CEST
Removed the common, gl, GL3, and jvm stub includes directories and changed the build to use the equivalent files in the gluegen and jogl projects.