OpenGl+CodeWarrior

I am trying to get OpenGL to work with codewarrior v.8, and I recieved the following instructions:

  1. Put the following files in the following locations:
    a) glut32.dll, opengl.dll, glu32.dll -into- C:\Windows\System32
    b) glut32.lib, glu32.lib, opengl32.lib, glaux.lib -into- C:\Program Files\Metrowerks\Codewarrior\Win32 -x86 Support\Libraries\Win32 SDK
    c) GL.h, GLU.h, GLAUX.f -into- C:\Program Files\Metrowerks\Codewarrior\Win32 -x86 Support\Headers\Win32 SDK\GL
  2. At the top of the program put the following:
    a) #define WIN32_LEAN_AND_MEAN
    b) #include <windows.h>

The problem is, I can’t find glut32.lib and glut32.dll. I did searches for them (in windows explorer) but turned up nothing. I tried running an asteroids program (which I had made in version 7 of codewarrior on an old computer far far away) but it gave me a thousand errors. please help!