diff options
author | Wade Walker <[email protected]> | 2015-07-12 14:24:15 -0500 |
---|---|---|
committer | Wade Walker <[email protected]> | 2015-07-12 14:24:15 -0500 |
commit | 02ef8884a2ca07de510bbc3fb17ff2a68083ad14 (patch) | |
tree | 615a6a9b9bbce78a4fe4b75985c001a46095bbda /make/config/cl-impl.cfg | |
parent | 6affe9ce21fddc307712545a38caf735da52c1cf (diff) |
Remove stub includes that are duplicates of gluegen's and jogl's
Removes jocl stub includes that are already defined in gluegen and jogl,
and refers to those in gluegen and jogl instead. Requires the
literalInclude parameter to the gluegen Ant task, since it must now
refer to files outside the jocl project.
Diffstat (limited to 'make/config/cl-impl.cfg')
-rw-r--r-- | make/config/cl-impl.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/cl-impl.cfg b/make/config/cl-impl.cfg index 7019a56d..62ce703b 100644 --- a/make/config/cl-impl.cfg +++ b/make/config/cl-impl.cfg @@ -59,7 +59,7 @@ ForceProcAddressGen clGetExtensionFunctionAddress CustomCCode #include <CL/cl.h> CustomCCode #include <CL/cl_ext.h> CustomCCode #include <CL/cl_gl.h> -CustomCCode #include <GL3/gl3.h> +CustomCCode #include <GL/glcorearb.h> CustomCCode #include <inttypes.h> # implement manually via custom code |