LIBS = user32.lib gdi32.lib opengl32.lib glu32.lib

gltexture.exe : gltexture.c
  cl -MT gltexture.c $(LIBS)
