Windows2003-3790/multimedia/opengl/toolkits/libtk
2020-09-30 16:53:55 +02:00
..
dib.c First commit 2020-09-30 16:53:55 +02:00
font.c First commit 2020-09-30 16:53:55 +02:00
font.h First commit 2020-09-30 16:53:55 +02:00
image.c First commit 2020-09-30 16:53:55 +02:00
readme.txt First commit 2020-09-30 16:53:55 +02:00
tk.c First commit 2020-09-30 16:53:55 +02:00
tk.h First commit 2020-09-30 16:53:55 +02:00

Originally, TK and AUX were maintained as separate libraries (LIBTK.LIB
and LIBAUX.LIB).  Later, they were combined via a hacked up makefile
into a single library, GLAUX.LIB.  However, to make the build process
cleaner, the TK source files have been moved into the libaux directory
(with the prefix "tk" prepended to the filenames to prevent name
collisions with the aux files.  This also makes it easy to identify the
TK source files) where everything is compiled into GLAUX.LIB.

This directory remains to preserve the history of changes made to
TK.