From 255a99c61d40f524b5060da57014afbcdca9b103 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Wed, 30 Mar 2005 19:38:59 +0000 Subject: [PATCH] Added OSI oms. --- motorExApp/NoAsyn/Makefile | 1 + motorExApp/NoAsyn/NoAsynInclude.dbd | 1 + motorExApp/NoAsyn/NoMPFInclude.dbd | 1 + motorExApp/NoMPF/Makefile | 1 + motorExApp/NoMPF/NoMPFInclude.dbd | 1 + 5 files changed, 5 insertions(+) diff --git a/motorExApp/NoAsyn/Makefile b/motorExApp/NoAsyn/Makefile index 5ccde155..39c8397f 100644 --- a/motorExApp/NoAsyn/Makefile +++ b/motorExApp/NoAsyn/Makefile @@ -15,6 +15,7 @@ NoMPF_SRCS += NoMPF_registerRecordDeviceDriver.cpp NoMPF_SRCS_DEFAULT += NoMPFMain.cpp #!NoMPF_LIBS += MXmotor #!NoMPF_LIBS += softMotor +#!NoMPF_LIBS += oms NoMPF_LIBS += motor NoMPF_LIBS += $(EPICS_BASE_IOC_LIBS) diff --git a/motorExApp/NoAsyn/NoAsynInclude.dbd b/motorExApp/NoAsyn/NoAsynInclude.dbd index 0c6ed51c..4535cfaa 100644 --- a/motorExApp/NoAsyn/NoAsynInclude.dbd +++ b/motorExApp/NoAsyn/NoAsynInclude.dbd @@ -1,4 +1,5 @@ include "base.dbd" include "motorRecord.dbd" #include "devSoftMotor.dbd" +#include "devOms.dbd" #include "devMXmotor.dbd" diff --git a/motorExApp/NoAsyn/NoMPFInclude.dbd b/motorExApp/NoAsyn/NoMPFInclude.dbd index 0c6ed51c..4535cfaa 100644 --- a/motorExApp/NoAsyn/NoMPFInclude.dbd +++ b/motorExApp/NoAsyn/NoMPFInclude.dbd @@ -1,4 +1,5 @@ include "base.dbd" include "motorRecord.dbd" #include "devSoftMotor.dbd" +#include "devOms.dbd" #include "devMXmotor.dbd" diff --git a/motorExApp/NoMPF/Makefile b/motorExApp/NoMPF/Makefile index 5ccde155..39c8397f 100644 --- a/motorExApp/NoMPF/Makefile +++ b/motorExApp/NoMPF/Makefile @@ -15,6 +15,7 @@ NoMPF_SRCS += NoMPF_registerRecordDeviceDriver.cpp NoMPF_SRCS_DEFAULT += NoMPFMain.cpp #!NoMPF_LIBS += MXmotor #!NoMPF_LIBS += softMotor +#!NoMPF_LIBS += oms NoMPF_LIBS += motor NoMPF_LIBS += $(EPICS_BASE_IOC_LIBS) diff --git a/motorExApp/NoMPF/NoMPFInclude.dbd b/motorExApp/NoMPF/NoMPFInclude.dbd index 0c6ed51c..4535cfaa 100644 --- a/motorExApp/NoMPF/NoMPFInclude.dbd +++ b/motorExApp/NoMPF/NoMPFInclude.dbd @@ -1,4 +1,5 @@ include "base.dbd" include "motorRecord.dbd" #include "devSoftMotor.dbd" +#include "devOms.dbd" #include "devMXmotor.dbd"