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

Added needed libraries for xMAP on Cygwin and WIN32

parent da8c511d
No related branches found
No related tags found
No related merge requests found
......@@ -136,8 +136,9 @@ xxx_SYS_LIBS_Linux += usb
xxx_SYS_LIBS_vxWorks += -nil-
# This is needed by dxp on cygwin and WIN32
xxx_SYS_LIBS_cygwin32 += DLPORTIO
xxx_LIBS_WIN32 += DLPORTIO
xxx_SYS_LIBS_cygwin32 += DLPORTIO PlxApi setupapi
xxx_LIBS_WIN32 += DLPORTIO PlxApi
xxx_SYS_LIBS_WIN32 += setupapi
# This is needed by saveData and asyn VXI-11 on cygwin
xxx_SYS_LIBS_cygwin32 += rpc
......
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