diff options
author | Michael Bien <[email protected]> | 2010-05-08 21:38:25 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-05-08 21:38:25 +0200 |
commit | c3871d2b3c7b71e2695ccd8302870a541d415f7c (patch) | |
tree | 58cc1f8a975d8ec8a4d4a2cc016604ccd704af43 /resources | |
parent | 0d8576e6ece2f450c636eebc8d65f227daf9999b (diff) |
started with dynamic-binding-only build option.
added user.libpath property for user specified library linking.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/cl-impl.cfg | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/resources/cl-impl.cfg b/resources/cl-impl.cfg index fc04d2b0..ecb3fe00 100644 --- a/resources/cl-impl.cfg +++ b/resources/cl-impl.cfg @@ -19,7 +19,7 @@ ProcAddressTableClassName CLProcAddressTable GetProcAddressTableExpr addressTable ProcAddressNameExpr $UpperCase(arg) -#dynamic binding for OpenGL specific functions +#dynamic binding for OpenGL specific functions... ForceProcAddressGen clGetGLContextInfoKHR ForceProcAddressGen clCreateFromGLBuffer ForceProcAddressGen clCreateFromGLRenderbuffer @@ -31,6 +31,9 @@ ForceProcAddressGen clGetGLObjectInfo ForceProcAddressGen clGetGLTextureInfo ForceProcAddressGen clIcdGetPlatformIDsKHR +#...or force all +#ForceProcAddressGen __ALL__ + Unignore clGetExtensionFunctionAddress RenameJavaMethod clGetExtensionFunctionAddress clGetExtensionFunctionAddressImpl AccessControl clGetExtensionFunctionAddressImpl PRIVATE |