Use shamrockSupport.dbd only on Windows; built test application (commented out)

This commit is contained in:
Mark Rivers
2014-04-13 11:27:02 -05:00
parent 82320f240c
commit 78634a869a
+9 -2
View File
@@ -15,9 +15,11 @@ PROD_IOC_Linux += $(PROD_NAME)
# <name>.dbd will be created from <name>Include.dbd
DBD += $(PROD_NAME).dbd
$(PROD_NAME)_DBD += andorCCDSupport.dbd
$(PROD_NAME)_DBD_WIN32 += shamrockSupport.dbd
ifeq (WIN32, $(OS_CLASS))
$(PROD_NAME)_DBD += shamrockSupport.dbd
endif
PROD_SRCS += $(PROD_NAME)_registerRecordDeviceDriver.cpp $(PROD_NAME)Main.cpp
$(PROD_NAME)_SRCS += $(PROD_NAME)_registerRecordDeviceDriver.cpp $(PROD_NAME)Main.cpp
# Add locally compiled object code
PROD_LIBS += andorCCD
@@ -34,6 +36,11 @@ USE_GRAPHICSMAGICK=NO
PROD_LIBS += atmcd64m
endif
# Test application
#PROD_IOC_WIN32 += test_xml
#PROD_IOC_Linux += test_xml
#test_xml += test_xml.cpp
# Note: we use PROD_SYS_LIBS because we are building statically but this library is only provided in dynamic
# format (.so)
PROD_SYS_LIBS_Linux += andor