Source code of Windows XP (NT5)
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.

10 lines
552 B

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