From 119465292d12da972c5bf3e4496778bb76b1c1b7 Mon Sep 17 00:00:00 2001 From: MarkRivers <rivers@cars.uchicago.edu> Date: Thu, 9 Dec 2010 22:02:37 +0000 Subject: [PATCH] Add setupapi for WIN32, needed for DXP --- xxxApp/src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile index c4994fd..3f26a2d 100644 --- a/xxxApp/src/Makefile +++ b/xxxApp/src/Makefile @@ -48,6 +48,7 @@ ifeq ($(OS_CLASS), WIN32) iocxxxWin32_DBD += dxpSupport.dbd xxx_LIBS_WIN32 += dxp handel xxx_LIBS_WIN32 += DLPORTIO PlxApi + xxx_SYS_LIBS_WIN32 += setupapi endif ifeq ($(EPICS_HOST_ARCH), cygwin-x86) -- GitLab