change example for iocCore on host
This commit is contained in:
@@ -23,15 +23,24 @@ TEMPLATES += top/exampleApp/Makefile
|
||||
TEMPLATES += top/exampleApp/Db/Makefile
|
||||
TEMPLATES += top/exampleApp/Db/dbExample1.db
|
||||
TEMPLATES += top/exampleApp/Db/dbExample2.db
|
||||
TEMPLATES += top/exampleApp/src/Makefile
|
||||
TEMPLATES += top/exampleApp/src/base.dbd
|
||||
TEMPLATES += top/exampleApp/src/baseLIBOBJS
|
||||
TEMPLATES += top/exampleApp/src/caExample.c
|
||||
TEMPLATES += top/exampleApp/src/devXxxSoft.c
|
||||
TEMPLATES += top/exampleApp/src/exampleInclude.dbd
|
||||
TEMPLATES += top/exampleApp/src/sncExample.st
|
||||
TEMPLATES += top/exampleApp/src/xxxRecord.c
|
||||
TEMPLATES += top/exampleApp/src/xxxRecord.dbd
|
||||
TEMPLATES += top/exampleApp/hostSrc/Makefile
|
||||
TEMPLATES += top/exampleApp/hostSrc/base.dbd
|
||||
TEMPLATES += top/exampleApp/hostSrc/caExample.c
|
||||
TEMPLATES += top/exampleApp/hostSrc/exampleInclude.dbd
|
||||
TEMPLATES += top/exampleApp/hostSrc/xxxRecord.dbd
|
||||
TEMPLATES += top/exampleApp/iocHostSrc/Makefile
|
||||
TEMPLATES += top/exampleApp/iocHostSrc/baseLIBOBJS
|
||||
TEMPLATES += top/exampleApp/iocHostSrc/caExample.c
|
||||
TEMPLATES += top/exampleApp/iocHostSrc/devXxxSoft.c
|
||||
TEMPLATES += top/exampleApp/iocHostSrc/exampleMain.c
|
||||
TEMPLATES += top/exampleApp/iocHostSrc/sncExample.st
|
||||
TEMPLATES += top/exampleApp/iocHostSrc/xxxRecord.c
|
||||
TEMPLATES += top/exampleApp/vxSrc/Makefile
|
||||
TEMPLATES += top/exampleApp/vxSrc/baseLIBOBJS
|
||||
TEMPLATES += top/exampleApp/vxSrc/caExample.c
|
||||
TEMPLATES += top/exampleApp/vxSrc/devXxxSoft.c
|
||||
TEMPLATES += top/exampleApp/vxSrc/sncExample.st
|
||||
TEMPLATES += top/exampleApp/vxSrc/xxxRecord.c
|
||||
|
||||
TEMPLATES += top/exampleBoot/Makefile
|
||||
TEMPLATES += top/exampleBoot/nfsCommands
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
TOP = ..
|
||||
include $(TOP)/configure/CONFIG
|
||||
DIRS += $(wildcard *src*)
|
||||
DIRS += $(wildcard *Src*)
|
||||
DIRS += hostSrc
|
||||
DIRS += iocHostSrc
|
||||
DIRS += vxSrc
|
||||
DIRS += $(wildcard *db*)
|
||||
DIRS += $(wildcard *Db*)
|
||||
include $(TOP)/configure/RULES_DIRS
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#< ../nfsCommands
|
||||
|
||||
cd topbin
|
||||
ld < exampleLibrary
|
||||
ld < exampleLibrary.munch
|
||||
threadInit()
|
||||
TSinit()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user