]> 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 07:16:02 +0000 (09:16 +0200)
commit90b8e590b77e27384c32aae178bc57041fcab855
tree75a8d133a54e64afc373e8a1391ae293dc12fea5
parentd43392e546ac3eb4b91054ef5c861349a6b24ad5
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