correct order of dependent LIBS; update doc for latest build conventions

This commit is contained in:
Marty Kraimer
2014-02-19 14:35:39 -05:00
parent 228b46a622
commit 6b47485810
14 changed files with 2109 additions and 44 deletions

View File

@@ -16,9 +16,10 @@ INC += exampleLink.h
LIBRARY_IOC += exampleLink
exampleLink_SRCS += exampleLink.cpp
exampleLink_SRCS += exampleLinkRegister.cpp
exampleLink_LIBS += pvData
exampleLink_LIBS += pvAccess
exampleLink_LIBS += pvDatabase
exampleLink_LIBS += pvAccess
exampleLink_LIBS += pvData
exampleLink_LIBS += Com
exampleLink_LIBS += $(EPICS_BASE_IOC_LIBS)
#===========================