diff --git a/ADApp/andorSrc/Makefile b/ADApp/andorSrc/Makefile index 9393535..2529f1c 100755 --- a/ADApp/andorSrc/Makefile +++ b/ADApp/andorSrc/Makefile @@ -8,6 +8,11 @@ include $(TOP)/configure/CONFIG LIBRARY_IOC_WIN32 += andorCCD LIBRARY_IOC_Linux += andorCCD LIB_SRCS += andorCCD.cpp +ifeq (win32-x86, $(findstring win32-x86, $(T_A))) +LIB_LIBS += ATMCD32M +else ifeq (windows-x64, $(findstring windows-x64, $(T_A))) +LIB_LIBS += atmcd64m +endif DATA+=GREY.PAL