Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions configure/CONFIG_PVA_ISIS
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# QSRV/PVXS for PVA
#ifdef PVXS_MAJOR_VERSION # prefer QSRV2 :)
#$(APPNAME)_DBD += pvxsIoc.dbd
#$(APPNAME)_LIBS += pvxsIoc pvxs
#else
ifdef EPICS_QSRV_MAJOR_VERSION # fallback to QSRV1
$(APPNAME)_LIBS += qsrv
$(APPNAME)_LIBS += $(EPICS_BASE_PVA_CORE_LIBS)
$(APPNAME)_DBD += PVAServerRegister.dbd
$(APPNAME)_DBD += qsrv.dbd
endif
#endif
2 changes: 2 additions & 0 deletions modules/database/src/template/top/iocApp/src/build.mak
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ $(APPNAME)_SRCS_vxWorks += -nil-
# Add support from base/src/vxWorks if needed
#$(APPNAME)_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary

include $(CONFIG)/CONFIG_PVA_ISIS

# Finally link to the EPICS Base libraries
$(APPNAME)_LIBS += $(EPICS_BASE_IOC_LIBS)

Expand Down