Added st.cmd@Cross files for cross builds.

This commit is contained in:
Janet B. Anderson
2005-02-23 22:10:28 +00:00
parent 1aca5dc42a
commit 64e299dfdb
4 changed files with 50 additions and 1 deletions
@@ -0,0 +1,18 @@
#!../../bin/_ARCH_/_APPNAME_
## You may have to change _APPNAME_ to something else
## everywhere it appears in this file
#< envPaths
## Register all support components
dbLoadDatabase("../../dbd/_APPNAME_.dbd",0,0)
_APPNAME__registerRecordDeviceDriver(pdbbase)
## Load record instances
dbLoadRecords("../../db/_APPNAME_.db","user=_USER_")
iocInit()
## Start any sequence programs
#seq snc_APPNAME_,"user=_USER_"