R3.14.2 compatible.

This commit is contained in:
Ron Sluiter
2003-05-28 14:33:09 +00:00
parent d36d3e885e
commit 6b85ab6862
2 changed files with 5 additions and 5 deletions
+4 -5
View File
@@ -10,14 +10,13 @@ USR_CXXFLAGS += -DDEBUG
DBD += devMXmotor.dbd
LIBRARY_IOC = MXmotor
LIBRARY_IOC_DEFAULT = MXmotor
LIBRARY_IOC_vxWorks = -nil-
SRCS_DEFAULT += MXRegister.cc
# The following is required for the Soft Channel (i.e., MotorSoft) device driver.
SRCS_DEFAULT += devMXmotor.cc drvMXmotor.cc
SRCS_vxWorks += -nil-
OBJS_DEFAULT += MXRegister
OBJS_vxWorks += -nil-
MXmotor_LIBS += motor motorCOM_mpf Mx
MXmotor_LIBS += $(EPICS_BASE_IOC_LIBS)
+1
View File
@@ -1,5 +1,6 @@
# Soft Channel driver support.
device(motor,VME_IO,devMXmotor,"MXmotor")
driver(drvMXmotor)
registrar(MXmotorRegister)