Skip to content

Commit bc98a17

Browse files
Merge pull request #134 from DiamondLightSource/119-build_windowx64
Add library dependencies for pmacAsynIPPort
2 parents 91f67d2 + 1462d0d commit bc98a17

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pmacApp/pmacAsynIPPortSrc/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ DBD = pmacAsynIPPort.dbd
88
INC += pmacAsynIPPort.h
99

1010
LIBRARY = pmacAsynIPPort
11-
pmacAsynIPPort_SRCS = pmacAsynIPPort.c
11+
pmacAsynIPPort_SRCS = pmacAsynIPPort.c
12+
13+
pmacAsynIPPort_LIBS += asyn
14+
pmacAsynIPPort_LIBS += $(EPICS_BASE_IOC_LIBS)
15+
pmacAsynIPPort_SYS_LIBS_WIN32 += ws2_32
1216

1317
include $(TOP)/configure/RULES

0 commit comments

Comments
 (0)