From 56d1f2ae76a6210c8bbb6d0edaad6a915f80d616 Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Fri, 23 Sep 2011 18:44:08 +0000
Subject: [PATCH] commented out dxp on cygwin

---
 xxxApp/src/Makefile | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile
index e420a43..3ec0681 100644
--- a/xxxApp/src/Makefile
+++ b/xxxApp/src/Makefile
@@ -49,8 +49,8 @@ ifeq (win32-x86,$(findstring win32-x86, $(T_A)))
 	iocxxxWin32_DBD += ADSupport.dbd  NDFileNetCDF.dbd
 	xxx_LIBS_WIN32 += dxp handel
 	xxx_LIBS_WIN32 += ADBase NDPlugin netCDF
-        xxx_LIBS_WIN32 += DLPORTIO PlxApi
-        xxx_SYS_LIBS_WIN32 += setupapi
+	xxx_LIBS_WIN32 += DLPORTIO PlxApi
+	xxx_SYS_LIBS_WIN32 += setupapi
 
 	ifdef DEVIOCSTATS
 		iocxxxWin32_DBD += devIocStats.dbd iocAdmin.dbd
@@ -76,14 +76,14 @@ ifeq ($(EPICS_HOST_ARCH), cygwin-x86)
 
 	# If you want to build parallel port or USB interfaces to Saturn and/or xMAP DXP
 	# then uncomment the following six lines
-	iocxxxCygwin_DBD += dxpSupport.dbd
-	iocxxxCygwin_DBD += ADSupport.dbd NDFileNetCDF.dbd
-	xxx_LIBS_cygwin32 += dxp handel
-	xxx_LIBS_cygwin32 += ADBase NDPlugin netCDF
-        xxx_SYS_LIBS_cygwin32 += DLPORTIO PlxApi
-        xxx_SYS_LIBS_cygwin32 += setupapi
-
-        xxx_SYS_LIBS_cygwin32 += $(CYGWIN_RPC_LIB)
+	#iocxxxCygwin_DBD += dxpSupport.dbd
+	#iocxxxCygwin_DBD += ADSupport.dbd NDFileNetCDF.dbd
+	#xxx_LIBS_cygwin32 += dxp handel
+	#xxx_LIBS_cygwin32 += ADBase NDPlugin netCDF
+	#xxx_SYS_LIBS_cygwin32 += DLPORTIO PlxApi
+	#xxx_SYS_LIBS_cygwin32 += setupapi
+
+	xxx_SYS_LIBS_cygwin32 += $(CYGWIN_RPC_LIB)
 
 	ifdef DEVIOCSTATS
 		iocxxxCygwin_DBD += devIocStats.dbd iocAdmin.dbd
-- 
GitLab