Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Shaswata Das 5c6fe3db62
Create README.md
4 years ago
..
dib.c commiting as it is 4 years ago
font.c commiting as it is 4 years ago
font.h commiting as it is 4 years ago
image.c commiting as it is 4 years ago
readme.txt commiting as it is 4 years ago
tk.c commiting as it is 4 years ago
tk.h commiting as it is 4 years ago

readme.txt

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.