major changes for new makwBaseApp
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
TOP = ../..
|
||||
include $(TOP)/config/CONFIG_APP
|
||||
ARCH = _ARCH_
|
||||
include $(TOP)/config/RULES.ioc
|
||||
@@ -0,0 +1,16 @@
|
||||
# Example vxWorks startup file
|
||||
#Following must be added for many board support packages
|
||||
#cd <full path to target bin directory>
|
||||
|
||||
< cdcmds
|
||||
|
||||
cd appbin
|
||||
ld < iocCore
|
||||
ld < seq
|
||||
#ld < <some>Lib
|
||||
|
||||
cd startup
|
||||
#dbLoadDatabase("../../dbd/<some>App.dbd")
|
||||
#dbLoadRecords("../../<some>App/Db/dbExample.db")
|
||||
iocInit
|
||||
#seq &<some snc program>
|
||||
Reference in New Issue
Block a user