From de1859422ec4ff573df1bce85b6e0a687c0f9a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 26 Sep 2019 15:11:15 +0200 Subject: [PATCH] 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. --- win32utils/bind9.sln.in | 1 + 1 file changed, 1 insertion(+) diff --git a/win32utils/bind9.sln.in b/win32utils/bind9.sln.in index ca67544e60..37d1b7b1ea 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}"