The <appname>Include.dbd file is no longer needed.
This commit is contained in:
@@ -23,7 +23,6 @@ TEMPLATES += top/iocApp/Makefile
|
||||
TEMPLATES += top/iocApp/Db/Makefile
|
||||
TEMPLATES += top/iocApp/src/Makefile
|
||||
TEMPLATES += top/iocApp/src/_APPNAME_Main.cpp
|
||||
TEMPLATES += top/iocApp/src/_APPNAME_Include.dbd
|
||||
TEMPLATES += top/iocApp/src/sncExample.stt
|
||||
|
||||
TEMPLATES += top/exampleApp/Makefile
|
||||
|
||||
@@ -12,6 +12,9 @@ PROD_IOC = _APPNAME_
|
||||
# <name>.dbd will be created from <name>Include.dbd
|
||||
DBD += _APPNAME_.dbd
|
||||
|
||||
# _APPNAME_.dbd will be made up from these files:
|
||||
_APPNAME__DBD += base.dbd
|
||||
_APPNAME__DBD += xxxSupport.dbd
|
||||
|
||||
# <name>_registerRecordDeviceDriver.cpp will be created from <name>.dbd
|
||||
_APPNAME__SRCS += _APPNAME__registerRecordDeviceDriver.cpp
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
include "base.dbd"
|
||||
#include definitions for any other support applications needed
|
||||
#include "xxx.dbd"
|
||||
Reference in New Issue
Block a user