- Adding binary and temporary folders to .hgignore

- Fixing build (linker) errors
This commit is contained in:
miha_vitorovic
2010-12-20 09:39:25 +01:00
parent 55a3a9a837
commit d0b5e2ad66
3 changed files with 16 additions and 9 deletions

View File

@@ -1 +1,10 @@
QtC-pvAccess.creator.user
syntax: glob
O.Common
O.linux-x86
syntax: regexp
^bin
^include

View File

@@ -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

View File

@@ -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
#----------------------------------------