- Adding binary and temporary folders to .hgignore
- Fixing build (linker) errors
This commit is contained in:
@@ -1 +1,10 @@
|
||||
QtC-pvAccess.creator.user
|
||||
|
||||
syntax: glob
|
||||
O.Common
|
||||
O.linux-x86
|
||||
|
||||
syntax: regexp
|
||||
^bin
|
||||
^include
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ include $(TOP)/configure/CONFIG
|
||||
|
||||
PROD_HOST += testChannelAccessFactory
|
||||
testChannelAccessFactory_SRCS += testChannelAccessFactory.cpp
|
||||
testChannelAccessFactory_LIBS += pvAccess Com
|
||||
testChannelAccessFactory_LIBS += pvData pvAccess Com
|
||||
|
||||
PROD_HOST += testMockClient
|
||||
testMockClient_SRCS = testMockClient.cpp MockClientImpl.cpp
|
||||
|
||||
@@ -4,29 +4,27 @@ include $(TOP)/configure/CONFIG
|
||||
|
||||
PROD_HOST += hexDumpTest
|
||||
hexDumpTest_SRCS += hexDumpTest.cpp
|
||||
hexDumpTest_LIBS += pvAccess
|
||||
hexDumpTest_LIBS += pvAccess pvData
|
||||
|
||||
PROD_HOST += wildcharMatcherTest
|
||||
wildcharMatcherTest_SRCS += wildcharMatcherTest.cpp
|
||||
wildcharMatcherTest_LIBS += pvAccess Com
|
||||
wildcharMatcherTest_LIBS += pvAccess pvData Com
|
||||
|
||||
PROD_HOST += arrayFIFOTest
|
||||
arrayFIFOTest_SRCS += arrayFIFOTest.cpp
|
||||
arrayFIFOTest_LIBS += pvAccess Com
|
||||
arrayFIFOTest_LIBS += pvAccess pvData Com
|
||||
|
||||
PROD_HOST += growingCircularBufferTest
|
||||
growingCircularBufferTest_SRCS += growingCircularBufferTest.cpp
|
||||
growingCircularBufferTest_LIBS += pvAccess Com
|
||||
growingCircularBufferTest_LIBS += pvAccess pvData Com
|
||||
|
||||
PROD_HOST += inetAddressUtilsTest
|
||||
inetAddressUtilsTest_SRCS += inetAddressUtilsTest.cpp
|
||||
inetAddressUtilsTest_LIBS += pvAccess Com pvData
|
||||
pvData_DIR = $(PVDATA_HOME)/lib/$(EPICS_HOST_ARCH)
|
||||
inetAddressUtilsTest_LIBS += pvAccess pvData Com
|
||||
|
||||
PROD_HOST += loggerTest
|
||||
loggerTest_SRCS += loggerTest.cpp
|
||||
loggerTest_LIBS += pvAccess Com
|
||||
|
||||
loggerTest_LIBS += pvAccess pvData Com
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
#----------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user