|
@@ -463,6 +463,13 @@ Type TCodeGenerator
|
|
|
WriteLine OutGLew, "ModuleInfo ~qHistory: 1.03 Release~q"
|
|
|
WriteLine OutGLew, "ModuleInfo ~qHistory: Updated To GL2.0 compatible version 1.3.3~q"
|
|
|
WriteLine OutGLew, ""
|
|
|
+ WriteLine OutGLew, "' Note : When replacing glew.h, ensure to add the following ..."
|
|
|
+ WriteLine OutGLew, "'"
|
|
|
+ WriteLine OutGLew, "' /* BaH : ensure it's always static */"
|
|
|
+ WriteLine OutGLew, "' #ifndef GLEW_STATIC"
|
|
|
+ WriteLine OutGLew, "' #define GLEW_STATIC"
|
|
|
+ WriteLine OutGLew, "' #endif"
|
|
|
+ WriteLine OutGLew, ""
|
|
|
WriteLine OutGLew, "?Not opengles"
|
|
|
WriteLine OutGLew, ""
|
|
|
WriteLine OutGLew, "Import ~qglew.c~q"
|