correct order of dependent LIBS; update doc for latest build conventions
This commit is contained in:
@@ -10,14 +10,6 @@ include $(TOP)/configure/CONFIG
|
||||
#
|
||||
|
||||
|
||||
PROD_HOST += exampleServerMain
|
||||
exampleServerMain_SRCS += exampleServerMain.cpp
|
||||
exampleServerMain_LIBS += Com
|
||||
exampleServerMain_LIBS += pvData
|
||||
exampleServerMain_LIBS += pvAccess
|
||||
exampleServerMain_LIBS += pvDatabase
|
||||
exampleServerMain_LIBS += exampleServer
|
||||
|
||||
DBD += exampleServer.dbd
|
||||
|
||||
INC += exampleServer.h
|
||||
@@ -25,11 +17,20 @@ INC += exampleServer.h
|
||||
LIBRARY_IOC += exampleServer
|
||||
exampleServer_SRCS += exampleServer.cpp
|
||||
exampleServer_SRCS += exampleServerRegister.cpp
|
||||
exampleServer_LIBS += pvData
|
||||
exampleServer_LIBS += pvAccess
|
||||
exampleServer_LIBS += pvDatabase
|
||||
exampleServer_LIBS += pvAccess
|
||||
exampleServer_LIBS += pvData
|
||||
exampleServer_LIBS += Com
|
||||
exampleServer_LIBS += $(EPICS_BASE_IOC_LIBS)
|
||||
|
||||
PROD_HOST += exampleServerMain
|
||||
exampleServerMain_SRCS += exampleServerMain.cpp
|
||||
exampleServerMain_LIBS += exampleServer
|
||||
exampleServerMain_LIBS += pvDatabase
|
||||
exampleServerMain_LIBS += pvAccess
|
||||
exampleServerMain_LIBS += pvData
|
||||
exampleServerMain_LIBS += Com
|
||||
|
||||
#===========================
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
||||
Reference in New Issue
Block a user