# $Id: smm.ITkW,v 1.4 2002/05/01 21:15:17 issever Exp $ # The path to the smm-user directory; set SMMPATH [file join $env(DESK_FOLDER) smmuser] # The path to the smm sources set SMMSRCPATH [file join $env(DESK_FOLDER) smm5r0] # set SMMMAPWINDOW to 1, if you want the mapper in a separate window # set SMMMAPWINDOW to 0, if you want the mapper to be integrated set SMMMAPWINDOW 0 ############################################################ # # ----> DONT EDIT ANYTHING ELSE <----- # ----> that was already all,.. <----- # ############################################################ source [file join $SMMSRCPATH sources startup.tcl] # ############################################################################## # ### LOG MESSAGES # ### As suggested by the CVS-manual this region is put to the end of the file. # ############################################################################## # # $Log: smm.ITkW,v $ # Revision 1.4 2002/05/01 21:15:17 issever # renamed smm.tcl into startup.tcl and placed it again into sources # # Revision 1.3 2002/04/28 09:24:09 issever # The startup file smm.tcl has been moved into the subsir sources/main. # # Revision 1.2 2001/08/19 12:25:41 issever # Added the cvs keywords Id at start of the file # and Log at the end of the file # #