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

  1. # Copyright (c) 1997 by Cayenne Software Inc.
  2. #
  3. # This software is furnished under a license and may be used only in
  4. # accordance with the terms of such license and with the inclusion of
  5. # the above copyright notice. This software or any other copies thereof
  6. # may not be provided or otherwise made available to any other person.
  7. # No title to and ownership of the software is hereby transferred.
  8. #
  9. # The information in this software is subject to change without notice
  10. # and should not be construed as a commitment by Cayenne Software Inc
  11. #
  12. #---------------------------------------------------------------------------
  13. #
  14. #       File            : @(#)drsprojconf.tcl    /main/titanic/3 23 Jan 1997
  15. #       Author          : H. Broeze
  16. #       Original date   : 14 Januari 1997
  17. #       Description     : DOORS project configuration
  18. #
  19. #---------------------------------------------------------------------------
  20. #
  21. source [m4_path_name tcl cginit.tcl]
  22.  
  23. require drsdxlcomm.tcl
  24. require drsdriver.tcl
  25. require platform.tcl
  26. DrsDriver::getProjectName
  27. set dxlCommand [DrsDxlCommand new]
  28. $dxlCommand doorsProjConfigure [m4_var get M4_doors_integrated_properties]
  29. $dxlCommand execute
  30. puts "Configuration of the DOORS project finished"
  31.  
  32.