]> git.ipfire.org Git - thirdparty/bind9.git/commit
Enable building dnssec-cds.exe
authorMichał Kępień <michal@isc.org>
Thu, 26 Sep 2019 13:11:15 +0000 (15:11 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 27 Sep 2019 10:13:39 +0000 (12:13 +0200)
commit5cf3a982fbe227fd20c9bd33110569c704cb4061
tree6c5b9c86538d1cae85505fab5e7fdcccbeb29131
parentc2e452a931131577d59f9546617f630557660061
Enable building dnssec-cds.exe

Build configuration for the dnssec-cds Visual Studio project is absent
from the solution file template, which means the solution needs to be
upgraded using "devenv bind9.sln /upgrade" in order for the dnssec-cds
project to be built.  Add the build configuration for dnssec-cds to the
solution file template so that upgrading the solution is not necessary
for building that project.

(cherry picked from commit 1d5259b0a0482846e7e5e48e789bb2bee3d6e7fb)
win32utils/bind9.sln.in