From a89048cb53906d0960864eeb72a80ca49c23db7b Mon Sep 17 00:00:00 2001 From: MarkRivers <rivers@cars.uchicago.edu> Date: Mon, 18 Oct 2010 03:24:05 +0000 Subject: [PATCH] Added libraries needed for dxp on WIN32 and Cygwin --- xxxApp/src/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile index 7f9851f..c4994fd 100644 --- a/xxxApp/src/Makefile +++ b/xxxApp/src/Makefile @@ -47,6 +47,7 @@ ifeq ($(OS_CLASS), WIN32) # then uncomment the following two lines iocxxxWin32_DBD += dxpSupport.dbd xxx_LIBS_WIN32 += dxp handel + xxx_LIBS_WIN32 += DLPORTIO PlxApi endif ifeq ($(EPICS_HOST_ARCH), cygwin-x86) @@ -57,6 +58,8 @@ ifeq ($(EPICS_HOST_ARCH), cygwin-x86) # then uncomment the following two lines iocxxxCygwin_DBD += dxpSupport.dbd xxx_LIBS_cygwin32 += dxp handel + xxx_SYS_LIBS_cygwin32 += DLPORTIO PlxApi + xxx_SYS_LIBS_cygwin32 += setupapi endif ifeq (vxWorks,$(findstring vxWorks, $(T_A))) -- GitLab