From cb2249ab6431205d492da22dcb6c09130f086633 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Tue, 3 Jan 2017 17:53:39 -0600 Subject: [PATCH] Made win32-x86-static default ARCH; added dllPath.bat to TARGETS --- iocs/andorIOC/iocBoot/iocAndor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iocs/andorIOC/iocBoot/iocAndor/Makefile b/iocs/andorIOC/iocBoot/iocAndor/Makefile index e5e8888..f907eec 100755 --- a/iocs/andorIOC/iocBoot/iocAndor/Makefile +++ b/iocs/andorIOC/iocBoot/iocAndor/Makefile @@ -3,6 +3,6 @@ include $(TOP)/configure/CONFIG #ARCH = linux-x86 #ARCH = linux-x86_64 #ARCH = cygwin-x86 -ARCH = win32-x86 -TARGETS = envPaths +ARCH = win32-x86-static +TARGETS = envPaths dllPath.bat include $(TOP)/configure/RULES.ioc