OpenGL auxiliary library (GLAUX)

Purpose
The auxiliary library is a collection of routines used by the sample programs listed in the OpenGL Programming Guide (called the "Red Book" by the people in the know). The auxiliary library is great for learning OpenGL, but I wouldn't recommend it for commercial applications. The auxiliary library was written to get something on the screen with as few lines of code as possible. The source code to the auxiliary library is included with the Microsoft Platform SDK, but not with Visual C++. 

Instructions for building glaux.lib:

0. Install MS Platform SDK at least from january 2000 and all multimedia samples.

0a. Download my Platform SDK build kit for borland C++ and install it(you can find it on http://makefiles.lebeausoftware.org/).

1. Extract all files from archive in separate folder. Copy makefile.bor to 
<platform SDK root>\Samples\multimedia\OpenGL\GLAux. 

2. Open command prompt and init enviroment with setenv.bat. After that type bnmake. That will generate glaux.lib. 

2a. To build release version of lib type bnmake -DNODEBUG

In archive is prebuilt Debug and release version of this library.

If you have any comments or error submitions contact me:
e-mail: kiklop@eunet.yu

Darko Miletic