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 >
Wrap
Text File
|
1997-08-20
|
871b
|
26 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)config_application.tcl /main/titanic/1
# Author:
# Description: Configure Application PowerBuilder Example
#---------------------------------------------------------------------------
# SccsId = @(#)config_application.tcl /main/titanic/1 20 Aug 1997 Copyright 1997 Cayenne Software Inc.
source [m4_path_name tcl cginit.tcl]
require wmt_util.tcl
require machdep.tcl
require config_pbexample.tcl
puts "Start configure Application PowerBuilder Example"
set designSrc "Application.tcl"
set sysName "Application"
set checkFile "application.pbl"
installExample $sysName $designSrc $checkFile
puts "End configure Application PowerBuilder Example"