bind9/lib
Michał Kępień 0476e8f1ac Make VS solution upgrading unnecessary
Until now, the build process for BIND on Windows involved upgrading the
solution file to the version of Visual Studio used on the build host.
Unfortunately, the executable used for that (devenv.exe) is not part of
Visual Studio Build Tools and thus there is no clean way to make that
executable part of a Windows Server container.

Luckily, the solution upgrade process boils down to just adding XML tags
to Visual Studio project files and modifying certain XML attributes - in
files which we pregenerate anyway using win32utils/Configure.  Thus,
extend win32utils/Configure with three new command line parameters that
enable it to mimic what "devenv.exe bind9.sln /upgrade" does.  This
makes the devenv.exe build step redundant and thus facilitates building
BIND in Windows Server containers.
2019-09-26 15:11:15 +02:00
..
bind9 Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
dns Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
irs Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
isc Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
isccc Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
isccfg Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
ns Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
samples Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
win32/bindevt Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00