The OpenGL Extension Wrangler Library
Go to file
mem e4057d5b33 Mostly formatting and documentation noops.
For VBO:

    typedef ptrdiff_t GLsizeiptrARB;
    typedef ptrdiff_t GLintptrARB;

as per email discussion with Marco Fabbricatore.  See argumentation in
auto/bin/update_ext.sh and auto/src/glew_pre.h.

Windows needs to get this fixed.  See glew_pre.h.


git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@184 783a27ee-832a-0410-bc00-9f386506c6dd
2004-01-04 14:20:17 +00:00
auto Mostly formatting and documentation noops. 2004-01-04 14:20:17 +00:00
build/vc6 removed GLUT dependency 2003-09-26 13:49:28 +00:00
doc *** empty log message *** 2003-12-15 16:46:12 +00:00
src *** empty log message *** 2003-07-08 17:56:49 +00:00
Makefile *** empty log message *** 2003-12-14 15:21:44 +00:00
README.txt *** empty log message *** 2003-12-15 16:00:55 +00:00
TODO.txt *** empty log message *** 2003-11-06 23:06:26 +00:00

See doc/README.html for more information.

Here's how to build GLEW from scratch:

  cd auto; make

  (Unix)
  cd ..; make

  (Windows)
  use the project file in build/vc6/

NOTE: You need wget and a reasonable set of binutils (e.g. sed v4)