From e4f3a989a9cab5965f0e14851403c743d7f0c5ff Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Sat, 12 Apr 2014 09:24:12 -0500 Subject: [PATCH] Add Shamrock header and library files --- andorSupport/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/andorSupport/Makefile b/andorSupport/Makefile index 51a66cd..0198a7b 100755 --- a/andorSupport/Makefile +++ b/andorSupport/Makefile @@ -11,9 +11,11 @@ include $(TOP)/configure/CONFIG # not recognize .H INC += ATMCD32D.h INC += atmcdLXd.h +INC += ShamrockCIF.h ifeq (win32-x86, $(findstring win32-x86, $(T_A))) LIB_INSTALLS_WIN32 += ../os/win32-x86/ATMCD32M.lib +LIB_INSTALLS_WIN32 += ../os/win32-x86/ShamrockCIFm.lib else ifeq (windows-x64, $(findstring windows-x64, $(T_A))) LIB_INSTALLS_WIN32 += ../os/windows-x64/atmcd64m.lib