From c1e1f29fa4c43abef0b67506e4933dfda1f17a2e Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Mon, 15 Apr 2013 16:33:38 +0000 Subject: [PATCH] Added commented out Windows arches --- iocBoot/iocWithAsyn/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iocBoot/iocWithAsyn/Makefile b/iocBoot/iocWithAsyn/Makefile index 57f47d99..97f7c425 100644 --- a/iocBoot/iocWithAsyn/Makefile +++ b/iocBoot/iocWithAsyn/Makefile @@ -1,8 +1,9 @@ TOP = ../.. include $(TOP)/configure/CONFIG ARCH = linux-x86 -ARCH = win32-x86 +#ARCH = win32-x86 #ARCH = vxWorks-ppc604 +#ARCH = windows-x64 TARGETS = cdCommands TARGETS += envPaths TARGETS += dllPath.bat