home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / config_application.tcl < prev    next >
Text File  |  1997-08-20  |  871b  |  26 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cayenne Software Inc. 1997
  4. #
  5. #      File:           @(#)config_application.tcl    /main/titanic/1
  6. #      Author:         
  7. #      Description:    Configure Application PowerBuilder Example 
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)config_application.tcl    /main/titanic/1  20 Aug 1997  Copyright 1997 Cayenne Software Inc.
  10.  
  11. source [m4_path_name tcl cginit.tcl]
  12.  
  13. require wmt_util.tcl
  14. require machdep.tcl
  15. require config_pbexample.tcl
  16.  
  17. puts "Start configure Application PowerBuilder Example"
  18.  
  19. set designSrc "Application.tcl"
  20. set sysName "Application"
  21. set checkFile "application.pbl"
  22.  
  23. installExample $sysName $designSrc $checkFile
  24.  
  25. puts "End configure Application PowerBuilder Example"
  26.