Fixed problem building dynamically on win32-x86

This commit is contained in:
Mark Rivers
2014-11-18 14:19:49 -06:00
parent 89018e77fc
commit 33a9799b3d

View File

@@ -7,7 +7,11 @@ LIBRARY_IOC_WIN32 += andorCCD
LIBRARY_IOC_Linux += andorCCD
LIB_SRCS += andorCCD.cpp
LIB_SRCS += shamrock.cpp
ifeq (win32-x86, $(findstring win32-x86, $(T_A)))
LIB_LIBS_WIN32 += atmcd32m
else ifeq (windows-x64, $(findstring windows-x64, $(T_A)))
LIB_LIBS_WIN32 += atmcd64m
endif
LIB_LIBS_WIN32 += ShamrockCIFm
DATA+=GREY.PAL