We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5cd75 commit 72ab896Copy full SHA for 72ab896
README
@@ -0,0 +1,2 @@
1
+run with cscript or wscript or double click
2
+Downloads glext.h and wglext.h, creates GLextDefines.h and GLextDefines.cpp
makeGLextDefines.h.js
@@ -1,3 +1,6 @@
+//run with cscript or wscript or double click
+//Downloads glext.h and wglext.h, creates GLextDefines.h and GLextDefines.cpp
3
+
4
var fso = new ActiveXObject('Scripting.FileSystemObject');
5
6
function dl(src, dst){
0 commit comments