diff --git a/src/makeBaseApp/top/exampleApp/src/Makefile b/src/makeBaseApp/top/exampleApp/src/Makefile index f6ebb4a19..62a375ef8 100644 --- a/src/makeBaseApp/top/exampleApp/src/Makefile +++ b/src/makeBaseApp/top/exampleApp/src/Makefile @@ -47,6 +47,7 @@ _APPNAME__LIBS += xxxSupport # 2)To build sncExample SNCSEQ must be defined in /configure/RELEASE # The following builds sncExample as a component of _APPNAME_ +# Also in _APPNAME_Include.dbd uncomment #registrar(sncExampleRegistrar) #_APPNAME__SRCS += sncExample.stt #_APPNAME__LIBS += seq pv diff --git a/src/makeBaseApp/top/exampleApp/src/_APPNAME_Include.dbd b/src/makeBaseApp/top/exampleApp/src/_APPNAME_Include.dbd index 0a28c34c0..46c445b5d 100644 --- a/src/makeBaseApp/top/exampleApp/src/_APPNAME_Include.dbd +++ b/src/makeBaseApp/top/exampleApp/src/_APPNAME_Include.dbd @@ -2,3 +2,4 @@ include "base.dbd" include "xxxSupport.dbd" registrar(mySubRegistrar) variable(mySubDebug) +#registrar(sncExampleRegistrar)