Skip to content

Commit

Permalink
fixup shared library deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Jul 24, 2017
1 parent d67f576 commit f66d23f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions evgMrmApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ evgmrm_SRCS += evgSeqRamManager.cpp
evgmrm_SRCS += seqconst.c
evgmrm_SRCS += seqnsls2.c

ifeq ($(OS),Windows_NT)
evgmrm_LIBS += mrfCommon mrmShared epicsvme epicspci $(EPICS_BASE_IOC_LIBS)
endif

DBD += evgInit.dbd

Expand Down
2 changes: 0 additions & 2 deletions evrApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ evr_SRCS += devWfMailbox.c
evr_SRCS_Linux += ntpShm.cpp
evr_SRCS_DEFAULT += ntpShmNull.cpp

ifeq ($(OS),Windows_NT)
evr_LIBS += mrfCommon $(EPICS_BASE_IOC_LIBS)
endif

# Note: evrtest is NOT a working ioc.
# it exists to ensure that libevr
Expand Down
2 changes: 0 additions & 2 deletions evrMrmApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ evrMrm_SRCS += irqHack.cpp

evrMrm_SRCS += mrmGpio.cpp

ifeq ($(OS),Windows_NT)
evrMrm_LIBS += mrfCommon mrmShared evr epicspci epicsvme $(EPICS_BASE_IOC_LIBS)
endif

#=============================
# Install the modular register map event receiver support dbd
Expand Down
2 changes: 2 additions & 0 deletions mrfApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ endif
# Finally link to the EPICS Base libraries
mrf_LIBS += $(EPICS_BASE_IOC_LIBS)

mrf_SYS_LIBS_WIN32 = ws2_32

#===========================

include $(TOP)/configure/RULES
Expand Down
3 changes: 0 additions & 3 deletions mrmShared/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ mrmShared_SRCS += mrmDataBufTx.cpp
mrmShared_SRCS += devMrfBufTx.cpp
mrmShared_SRCS += sfp.cpp

ifeq ($(OS),Windows_NT)
mrmShared_LIBS += mrfCommon $(EPICS_BASE_IOC_LIBS)
mrmShared_SYS_LIBS += WS2_32
endif

#---------------------
# Generic EPICS build rules
Expand Down

0 comments on commit f66d23f

Please sign in to comment.