Added LIB_LIBS to build dynamically on Windows
git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@16768 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user