From 892e71f55b42d27826a8919cd326c9212a87cfc9 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 13 Oct 2004 14:51:45 +0000 Subject: [PATCH] Commented out xxx.dbd and added instructions for support dbds. --- src/makeBaseApp/top/iocApp/src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/makeBaseApp/top/iocApp/src/Makefile b/src/makeBaseApp/top/iocApp/src/Makefile index 17069481d..fc1f26d7f 100644 --- a/src/makeBaseApp/top/iocApp/src/Makefile +++ b/src/makeBaseApp/top/iocApp/src/Makefile @@ -14,7 +14,8 @@ DBD += _APPNAME_.dbd # _APPNAME_.dbd will be made up from these files: _APPNAME__DBD += base.dbd -_APPNAME__DBD += xxxSupport.dbd +#include definitions for any other support applications needed +#_APPNAME__DBD += xxx.dbd # _registerRecordDeviceDriver.cpp will be created from .dbd _APPNAME__SRCS += _APPNAME__registerRecordDeviceDriver.cpp