Index: .fossil-settings/ignore-glob ================================================================== --- .fossil-settings/ignore-glob +++ .fossil-settings/ignore-glob @@ -18,5 +18,6 @@ tls.tcl.h tls.tcl.h.new.1 tls.tcl.h.new.2 build/work dh_params.h +win Index: build/pre.sh ================================================================== --- build/pre.sh +++ build/pre.sh @@ -1,6 +1,7 @@ #! /usr/bin/env bash ./autogen.sh || exit 1 rm -rf aclocal +./build/make-msvc-win || exit 1 exit 0