view packages/hal/synth/arch/current/host/user_mainrc.tcl @ 2863:7d8c61e6225c default tip

* Added execute permissions to files missed in conversion from CVS
author alexs
date Thu, 26 Mar 2009 20:39:18 +0000
parents 7c1c8dc43ba1
children
line wrap: on
line source

# ~/.ecos/synth/mainrc.tcl
#
# This configuration file is executed by ecosynth, the eCos synthetic
# target auxiliary program, just before the application is allowed
# to continue. The target definition file has been processed and the
# GUI has been set up, although usually the event loop will not have
# been entered and no windows will have been displayed yet.
#
# This file is executed in a Tcl interpreter, so Tcl syntax applies.