always need to link with netapi32 now

This commit is contained in:
Michael Davidsaver
2019-01-12 17:07:12 -08:00
parent 50302d31ac
commit bfff9275bd
4 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ TESTS += testChannelAccess
TESTPROD_HOST += testCodec
testCodec_SRCS = testCodec
testHarness_SRCS += testCodec.cpp
testCodec_SYS_LIBS_WIN32 += ws2_32
testCodec_SYS_LIBS_WIN32 += netapi32 ws2_32
TESTS += testCodec
TESTPROD_HOST += testRPC

View File

@ -18,13 +18,13 @@ testInetAddressUtils = testInetAddressUtils.cpp
# TODO this is gcc only
testInetAddressUtils_CXXFLAGS = -O0
# needed for 64-bit Windows
testInetAddressUtils_SYS_LIBS_WIN32 += ws2_32
testInetAddressUtils_SYS_LIBS_WIN32 += netapi32 ws2_32
testHarness_SRCS += testInetAddressUtils.cpp
TESTS += testInetAddressUtils
TESTPROD_HOST += configurationTest
configurationTest_SRCS += configurationTest.cpp
configurationTest_SYS_LIBS_WIN32 += ws2_32
configurationTest_SYS_LIBS_WIN32 += netapi32 ws2_32
#testHarness_SRCS += configurationTest.cpp
TESTS += configurationTest