From 2135aec4f25f8a67238ccf77ce4b1293c534e9a9 Mon Sep 17 00:00:00 2001
From: MarkRivers <rivers@cars.uchicago.edu>
Date: Sun, 27 Mar 2005 21:53:55 +0000
Subject: [PATCH] Changes for cygwin

---
 xxxApp/src/Makefile | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile
index 06ab9d8..4ef2b4b 100644
--- a/xxxApp/src/Makefile
+++ b/xxxApp/src/Makefile
@@ -85,6 +85,8 @@ xxx_Linux_LIBS  += dxp handel
 # uncomment the following line.
 #xxx_Linux_LIBS  += mcaCanberra
 
+xxx_cygwin_LIBS += dxp handel
+
 xxx_solaris_LIBS += genSub
 #xxx_solaris_LIBS += mca
 xxx_solaris_LIBS += calc
@@ -107,12 +109,19 @@ xxx_LIBS_DEFAULT = $(xxx_Common_LIBS)
 xxx_LIBS_vxWorks = $(xxx_vxWorks_LIBS) $(xxx_Common_LIBS)
 xxx_LIBS_Linux   = $(xxx_Linux_LIBS)   $(xxx_Common_LIBS)
 xxx_LIBS_solaris = $(xxx_solaris_LIBS)
+xxx_LIBS_cygwin32 = $(xxx_cygwin_LIBS) $(xxx_Common_LIBS)
 
 # If the host has libnet and libpcap for mca/Canberra support
 # uncomment the following line.
 #xxx_SYS_LIBS_Linux += net pcap
 xxx_SYS_LIBS_vxWorks += -nil-
 
+# This is needed by dxp on cygwin
+xxx_SYS_LIBS_cygwin32 += DLPORTIO
+# This is needed by saveData on cygwin
+xxx_SYS_LIBS_cygwin32 += rpc
+
+
 #===========================
 
 include $(TOP)/configure/RULES
-- 
GitLab