| |
---|
| | PROGNAME = "tren.py" |
---|
| | BASENAME = PROGNAME.split(".py")[0] |
---|
| | PROGENV = BASENAME.upper() |
---|
| | INCLENV = PROGENV + "INCL" |
---|
| | RCSID = "$Id: tren.py,v 1.234 2010/08/27 16:13:01 tundra Exp $" |
---|
| | RCSID = "$Id: tren.py,v 1.235 2010/08/27 17:08:01 tundra Exp $" |
---|
| | VERSION = RCSID.split()[2] |
---|
| | |
---|
| | # Copyright Information |
---|
| | |
---|
| |
---|
| | #----------------------------------------------------------# |
---|
| | # Program Entry Point # |
---|
| | #----------------------------------------------------------# |
---|
| | |
---|
| | # Set up proper include path separator |
---|
| | # Set up proper include path delimiter |
---|
| | |
---|
| | |
---|
| | if WINDOWS: |
---|
| | PATHDEL = PATHDELWIN |
---|
| |
---|
| | |