home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / cppclprop.tcl < prev    next >
Text File  |  1997-08-25  |  1KB  |  41 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            : @(#)cppclprop.tcl    /main/titanic/3 17 Jun 1997
  17. #       Description     : Classlib Configuration
  18. #
  19. #---------------------------------------------------------------------------
  20. #
  21.  
  22. global cplusplusClassLib
  23. global cplusplusClassLibDefault
  24.  
  25. set cplusplusClassLib(libcayn) {
  26.     Ptr        default        CaynPtrDef
  27.     Ptr        hash        CaynPtrDef
  28.     Set        default     CaynSetDef
  29.     Set        hash         CaynSetDef
  30.     OSet        default     CaynOSetDef
  31.     OSet        hash         CaynOSetDef
  32.     Dict        default        CaynDictDef
  33.     Dict        hash        CaynDictDef
  34.     SetDict        default        CaynSetDictDef
  35.     SetDict        hash        CaynSetDictDef
  36.     OSetDict    default        CaynOSetDictDef
  37.     OSetDict    hash        CaynOSetDictDef
  38. }
  39.  
  40. set cplusplusClassLibDefault            libcayn
  41.