From 51c938abb9cfc9e4a9333bf30c93db771eb6cfc0 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 7 Mar 2001 21:26:37 +0000 Subject: [PATCH] changes for drvTS --- src/makeBaseApp/top/exampleApp/src/Makefile | 2 ++ src/makeBaseApp/top/exampleBoot/ioc/st.cmd | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/makeBaseApp/top/exampleApp/src/Makefile b/src/makeBaseApp/top/exampleApp/src/Makefile index 6f3e6aa13..9c8fcb816 100644 --- a/src/makeBaseApp/top/exampleApp/src/Makefile +++ b/src/makeBaseApp/top/exampleApp/src/Makefile @@ -61,6 +61,8 @@ example_SRCS_DEFAULT += exampleMain.c example_SRCS_vxWorks += -nil- example_OBJS_vxWorks += $(EPICS_BASE_BIN)/iocCoreLibrary +#The following adds drvTS support for vxWorks +#example_OBJS_vxWorks += $(EPICS_BASE_BIN)/drvTS #example_SRCS += sncExample.stt diff --git a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd index 1b23723a4..ad8efd1a7 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd +++ b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd @@ -16,8 +16,7 @@ cd topbin ld < exampleLibrary.munch -#The following uses drvTS for vxWorks -#ld < /bin/vxWorks-/drvTS.o +#The following uses drvTS for vxWorks IF it was included in src/Makefile #TSinit cd top