Skip to content
Snippets Groups Projects
Commit 2359dffb authored by mooney's avatar mooney
Browse files

added DeltaTau to xxx_vxWorks_LIBS

parent e6b5622d
No related branches found
No related tags found
No related merge requests found
...@@ -35,12 +35,15 @@ PROD_IOC_solaris = xxx ...@@ -35,12 +35,15 @@ PROD_IOC_solaris = xxx
ifeq ($(OS_CLASS), WIN32) ifeq ($(OS_CLASS), WIN32)
DBD += iocxxxWin32.dbd DBD += iocxxxWin32.dbd
else else
ifeq ($(EPICS_HOST_ARCH), cygwin-x86)
DBD += iocxxxCygwin.dbd
else
DBD += iocxxx.dbd DBD += iocxxx.dbd
DBD += iocxxxVX.dbd DBD += iocxxxVX.dbd
DBD += iocxxxLinux.dbd DBD += iocxxxLinux.dbd
DBD += iocxxxCygwin.dbd
DBD += iocxxx_solaris.dbd DBD += iocxxx_solaris.dbd
endif endif
endif
# <name>_registerRecordDeviceDriver.cpp will be created from <name>.dbd # <name>_registerRecordDeviceDriver.cpp will be created from <name>.dbd
xxx_SRCS_DEFAULT += iocxxx_registerRecordDeviceDriver.cpp xxxMain.cpp xxx_SRCS_DEFAULT += iocxxx_registerRecordDeviceDriver.cpp xxxMain.cpp
...@@ -82,10 +85,11 @@ xxx_vxWorks_LIBS += dac128V ...@@ -82,10 +85,11 @@ xxx_vxWorks_LIBS += dac128V
xxx_vxWorks_LIBS += quadEM xxx_vxWorks_LIBS += quadEM
xxx_vxWorks_LIBS += camac devCamac xxx_vxWorks_LIBS += camac devCamac
xxx_vxWorks_LIBS += dxp handelSrc xxx_vxWorks_LIBS += dxp handelSrc
xxx_vxWorks_LIBS += oms
#xxx_vxWorks_LIBS += love #xxx_vxWorks_LIBS += love
xxx_vxWorks_LIBS += vxStats xxx_vxWorks_LIBS += vxStats
xxx_vxWorks_LIBS += TyGSOctal Ipac xxx_vxWorks_LIBS += TyGSOctal Ipac
xxx_vxWorks_LIBS += oms DeltaTau
#The following adds support from base/src/vxWorks #The following adds support from base/src/vxWorks
xxx_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary xxx_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment