ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/h_extract
(Generate patch)

Comparing OpenCL/h_extract (file contents):
Revision 1.10 by root, Sat May 5 14:51:22 2012 UTC vs.
Revision 1.11 by root, Sat May 5 17:09:19 2012 UTC

1#!/bin/sh 1#!/bin/sh
2 2
3# extracts various bits of data form OpenCL heder files, which are expected to 3# extracts various bits of data form OpenCL heder files, which are expected to
4# be in CL/ 4# be in CL/
5 5
6ALL_H="CL/cl.h CL/cl_ext.h CL/cl_gl.h CL/cl_gl_ext.h CL11/cl_d3d9.h CL/cl_d3d10.h CL12/cl_d3d11.h CL/cl_dx9_media_sharing.h" 6ALL_H="CL/cl.h CL/cl_ext.h CL/cl_gl.h CL/cl_gl_ext.h CL/cl_d3d10.h CL12/cl_d3d11.h CL/cl_dx9_media_sharing.h"
7 7
8# constants 8# constants
9( 9(
10 echo '// autogenerated by h_extract' 10 echo '// autogenerated by h_extract'
11 cat $ALL_H | 11 cat $ALL_H |

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines