home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / stlheaders.tcl < prev    next >
Text File  |  1997-11-05  |  1KB  |  26 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. # Copyright (c) 1997 by Cayenne Software Inc.
  4. #
  5. # This software is furnished under a license and may be used only in
  6. # accordance with the terms of such license and with the inclusion of
  7. # the above copyright notice. This software or any other copies thereof
  8. # may not be provided or otherwise made available to any other person.
  9. # No title to and ownership of the software is hereby transferred.
  10. #
  11. # The information in this software is subject to change without notice
  12. # and should not be construed as a commitment by Cayenne Software Inc.
  13. #
  14. #---------------------------------------------------------------------------
  15. #
  16. #       File            : @(#)stlheaders.tcl    /main/titanic/1 5 Nov 1997
  17. #       Description     : STL header filenames for the Microsoft VC
  18. #
  19. #---------------------------------------------------------------------------
  20. #
  21.  
  22. global STLHeaderSet ; set STLHeaderSet "set.h"
  23. global STLHeaderList ; set STLHeaderList "list.h"
  24. global STLHeaderVector ; set STLHeaderVector "vector.h"
  25. global STLHeaderMap ; set STLHeaderMap "map.h"
  26.