Merge branch 'marka-win32-vsconf' into 'master'

allow VSCONF to be overridden at runtime

See merge request isc-projects/bind9!2314
This commit is contained in:
Mark Andrews 2019-09-05 00:34:40 -04:00
commit 160236a780

View file

@ -28,7 +28,7 @@ CYGWIN=1
. $TOP/bin/tests/system/conf.sh.common
# Visual Studio build configurations are Release and Debug
VSCONF=Debug
VSCONF=${VSCONF:-Debug}
ARPANAME=$TOP/Build/$VSCONF/arpaname@EXEEXT@
CDS=$TOP/Build/$VSCONF/dnssec-cds@EXEEXT@