
1. GENERATING THE PROTOTYPE:

 1.1. ENVIRONMENT VARIABLES (to be set by users)

      EDGE_ICON_PATH:
                  path to your bitmap files
                  default is $HOME/prototypes
      GENDIR:
                  path to your generated prototype source
                  default is $HOME/prototypes

 1.2. ENVIRONMENT VARIABLES (to be set by developers)
       (see Start-script and makefiles for details)

      GRASROOT:
                  path to your GRAS pools
      PROGRES:
                  path to your PROGRES root directory      
      PROGRESROOT:
                  path to your PROGRES release files
      TCL_PATH:
                  path to your TCL scripts
      TCL_LIBRARY:
                  path to your TCL library files
      TK_LIBRARY:
                  path to your TK library files

2. ADDING COMMANDS WITHOUT RECOMPILING            

 2.1. STARTUP COMMANDS
      To execute a transaction or TCL commands automaticly when starting the prototype, 
      edit the TCL script 'proto_start' located in the script directory.
      See the comments in this script for further details, i.e. how to call a transaction.
              
 2.2. SHUTDOWN COMMANDS
      To execute a transaction or TCL commands automaticly when the prototype is shutting down, 
      edit the TCL script 'proto_end' located in the script directory.
      See the comments in this script for further details, i.e. how to call a transaction.
              
                  
last updated on: 12.09.97