Menu

[r3]: / cmp / Cct / Main.tcl  Maximize  Restore  History

Download this file

42 lines (31 with data), 700 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
##
## Cct - Main
##
## (C) IPN - Ingenieurbuero fuer Praezisionsnumerik
##
## Dipl.-Ing. Andreas Otto
## Ulmenstrasse 3
## D-34289 Zierenberg
##
## Alle Rechte vorbehalten
##
if {![info exists COMPILER_Cct]} {
puts "loading script Cct"
lappend auto_path [ file dirname [ info script ] ]
set CctHome [ file dirname [ info script ] ]
} else {
set CctHome [ file join $env(COMPILER_HOME) exe $env(COMPILER_ARCH) lib pkg ]
}
package require StdLib
package require Config
PkgProvide Cct
##
## --------------------------------------------
##
proc Main {} {
## parse the commandline
::Args::Main
## Call the sub command
::[ ::Args::GetVal %MASTER% CMD ]::Main
}
Main
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.