aboutsummaryrefslogtreecommitdiff
path: root/ports/mdnsresponder/portfile.cmake
AgeCommit message (Collapse)Author
2021-09-20[mDNSResponder] Update to 878.270.2 (#20226)Cheney Wang
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2020-12-29[mdnsresponder] Change compile flag /Zi to /Z7 (#15340)Jack·Boos·Yu
2020-10-28Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)Billy O'Neal
2019-11-20mdnsresponder: fix build with dynamic CRTDavide Beatrici
mdnsresponder was being built with static CRT even when VCPKG_CRT_LINKAGE was set to "dynamic": -- Performing post-build validation Expected Debug,Dynamic crt linkage, but the following libs had invalid crt linkage: C:/vcpkg/packages/mdnsresponder_x64-windows-static-md/debug/lib/dnssd.lib: Debug,Static To inspect the lib files, use: dumpbin.exe /directives mylibfile.lib Expected Release,Dynamic crt linkage, but the following libs had invalid crt linkage: C:/vcpkg/packages/mdnsresponder_x64-windows-static-md/lib/dnssd.lib: Release,Static To inspect the lib files, use: dumpbin.exe /directives mylibfile.lib Found 2 error(s). Please correct the portfile: C:\vcpkg\ports\mdnsresponder\portfile.cmake -- Performing post-build validation done Error: Building package mdnsresponder:x64-windows-static-md failed with: POST_BUILD_CHECKS_FAILED
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2017-04-15Add mdnsresponder portJoseph D