]> git.tdb.fi Git - libs/gl.git/blobdiff - extgen.py
Drop Id tags and copyright notices from files
[libs/gl.git] / extgen.py
index 109802862b91d65f5d43479275ae2f303c3a9f3c..2c515f22ecee971f234796924428376d58f80c8f 100755 (executable)
--- a/extgen.py
+++ b/extgen.py
@@ -1,5 +1,4 @@
 #!/usr/bin/python
-# $Id$
 
 import sys
 
@@ -24,7 +23,8 @@ out.write("#ifndef MSP_GL_%s_\n"%ext.upper())
 out.write("#define MSP_GL_%s_\n"%ext.upper())
 
 out.write("""
-#include <GL/gl.h>
+#include "gl.h"
+#include <GL/glext.h>
 
 namespace Msp {
 namespace GL {