# $Id: smm.itk,v 1.4 2002/05/01 21:15:20 issever Exp $ # The path to the smm-user directory; set SMMPATH {c:\smmuser} # The path to the smm sources set SMMSRCPATH {c:\smm} # 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 # the tclpath (the one you have used while installing itcl) set TCLPATH {c:\Program Files\Tcl} ############################################################ # # ----> 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.itk,v $ # Revision 1.4 2002/05/01 21:15:20 issever # renamed smm.tcl into startup.tcl and placed it again into sources # # Revision 1.3 2002/04/28 09:24:31 issever # The startup file smm.tcl has been moved into the subsir sources/main. # # Revision 1.2 2001/08/19 12:25:42 issever # Added the cvs keywords Id at start of the file # and Log at the end of the file # #