Renamed glew.c to glew.cpp to avoid compilation warnings with '-std=c++0x'

This commit is contained in:
David Williams 2011-06-18 23:38:02 +01:00
parent bb51313939
commit 2da63912fb
6 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ PROJECT(BasicExample)
#Projects source files
SET(SRC_FILES
glew/glew.c
glew/glew.cpp
main.cpp
OpenGLWidget.cpp

View File

@ -4,7 +4,7 @@ PROJECT(OpenGLExample)
#Projects source files
SET(SRC_FILES
glew/glew.c
glew/glew.cpp
main.cpp
OpenGLImmediateModeSupport.cpp
OpenGLSupport.cpp

View File

@ -4,7 +4,7 @@ PROJECT(PagingExample)
#Projects source files
SET(SRC_FILES
glew/glew.c
glew/glew.cpp
main.cpp
OpenGLWidget.cpp