auth fix mingw static
This commit is contained in:
@ -11,6 +11,7 @@ USR_CPPFLAGS += -I$(TOP)/src/remoteClient
|
||||
PVACCESS_TEST = $(TOP)/testApp
|
||||
|
||||
PROD_LIBS += pvAccess pvData Com
|
||||
PROD_SYS_LIBS_WIN32 += netapi32 ws2_32
|
||||
|
||||
include $(PVACCESS_TEST)/utils/Makefile
|
||||
include $(PVACCESS_TEST)/remote/Makefile
|
||||
|
@ -10,7 +10,6 @@ TESTS += testChannelAccess
|
||||
TESTPROD_HOST += testCodec
|
||||
testCodec_SRCS = testCodec
|
||||
testHarness_SRCS += testCodec.cpp
|
||||
testCodec_SYS_LIBS_WIN32 += netapi32 ws2_32
|
||||
TESTS += testCodec
|
||||
|
||||
TESTPROD_HOST += testRPC
|
||||
|
@ -17,14 +17,11 @@ testInetAddressUtils = testInetAddressUtils.cpp
|
||||
# Avoid errors from inlined htonl() etc. used as template argument
|
||||
# TODO this is gcc only
|
||||
testInetAddressUtils_CXXFLAGS = -O0
|
||||
# needed for 64-bit Windows
|
||||
testInetAddressUtils_SYS_LIBS_WIN32 += netapi32 ws2_32
|
||||
testHarness_SRCS += testInetAddressUtils.cpp
|
||||
TESTS += testInetAddressUtils
|
||||
|
||||
TESTPROD_HOST += configurationTest
|
||||
configurationTest_SRCS += configurationTest.cpp
|
||||
configurationTest_SYS_LIBS_WIN32 += netapi32 ws2_32
|
||||
#testHarness_SRCS += configurationTest.cpp
|
||||
TESTS += configurationTest
|
||||
|
||||
|
Reference in New Issue
Block a user