Skip to content
Snippets Groups Projects
Commit a89048cb authored by rivers's avatar rivers
Browse files

Added libraries needed for dxp on WIN32 and Cygwin

parent ff647f44
No related branches found
No related tags found
No related merge requests found
......@@ -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)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment