mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 13:09:58 -04:00
Add missing nsupdate dependency on libirs
When commit8eb88aafeeremoved 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. (cherry picked from commitde1859422e)
This commit is contained in:
parent
cfb6e311a0
commit
1bf5a95774
1 changed files with 1 additions and 0 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue