From: Michał Kępień Date: Thu, 26 Sep 2019 13:11:15 +0000 (+0200) Subject: Add missing nsupdate dependency on libirs X-Git-Tag: v9.15.5~14^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de1859422ec4ff573df1bce85b6e0a687c0f9a6c;p=thirdparty%2Fbind9.git Add missing nsupdate dependency on libirs When commit 8eb88aafee951859264e36c315b1289cd8c2088b removed liblwres, it also modified nsupdate to use libirs instead of liblwres, but the Visual Studio project files were not updated to reflect that change. Make sure the nsupdate Visual Studio project depends on the libirs project to prevent compilation issues during parallel builds. --- diff --git a/win32utils/bind9.sln.in b/win32utils/bind9.sln.in index ca67544e609..37d1b7b1ea3 100644 --- a/win32utils/bind9.sln.in +++ b/win32utils/bind9.sln.in @@ -382,6 +382,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nsupdate", "..\bin\nsupdate {5FEBFD4E-CCB0-48B9-B733-E15EEB85C16A} = {5FEBFD4E-CCB0-48B9-B733-E15EEB85C16A} {B2DFA58C-6347-478E-81E8-01E06999D4F1} = {B2DFA58C-6347-478E-81E8-01E06999D4F1} {E741C10B-B075-4206-9596-46765B665E03} = {E741C10B-B075-4206-9596-46765B665E03} + {A4F29CEB-7644-4A7F-BE9E-02B6A90E4919} = {A4F29CEB-7644-4A7F-BE9E-02B6A90E4919} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "checktool", "..\bin\check\win32\checktool.vcxproj", "{2C1F7096-C5B5-48D4-846F-A7ACA454335D}"