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

@@ -9,9 +9,10 @@ INC += powerSupply.h
LIBRARY_IOC += powerSupply
powerSupply_SRCS += powerSupply.cpp
powerSupply_SRCS += powerSupplyRegister.cpp
powerSupply_LIBS += pvData
powerSupply_LIBS += pvAccess
powerSupply_LIBS += pvDatabase
powerSupply_LIBS += pvAccess
powerSupply_LIBS += pvData
powerSupply_LIBS += Com
powerSupply_LIBS += $(EPICS_BASE_IOC_LIBS)