OpenGL file placement

Where do these following OpenGL files go:
Gl.h, Glaux.lib, Glu.h, Glu32.dll, Glu32.lib, Opengl32.lib, and Opengl32.dll.

Any help would be great.

Thanks.

Those files are only needed if you are writing OpenGL applications. If you are, the .lib files go into your compilers ‘lib’ directory, and the .h files go in the ‘include’ directory where often there is a ‘GL’ directory inside of the ‘include’ directory.

Hope that helps.