From 9989ff73fe6d95ca8fc9a060e01afe8f33d581da Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 1 Aug 2001 14:31:59 +0000 Subject: [PATCH] Make vxCom an OBJ library --- src/makeBaseApp/top/exampleApp/src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/makeBaseApp/top/exampleApp/src/Makefile b/src/makeBaseApp/top/exampleApp/src/Makefile index 96a42453b..c971904dd 100644 --- a/src/makeBaseApp/top/exampleApp/src/Makefile +++ b/src/makeBaseApp/top/exampleApp/src/Makefile @@ -36,8 +36,8 @@ example_SRCS += example_registerRecordDeviceDriver.cpp example_SRCS_DEFAULT += exampleMain.cpp example_SRCS_vxWorks += -nil- -#The following adds drvTS support for vxWorks -#example_OBJS_vxWorks += $(EPICS_BASE_BIN)/drvTS +#The following adds support from base/src/vxWorks +example_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary #NOTES: # 1)It is not possible to build sncExample both as a component of example