diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-10-21 19:33:57 +0300 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:34 +0200 |
commit | 3e0ec9b4d0dd5b02817c5f7a5ad48b55970dacbc (patch) | |
tree | fe9d954a84f9a42508c7a7c689ede811a6ba7798 /bootstrap-mingw.bat | |
parent | 64cbe53f7361075f841572854f1065a6f7c6507c (diff) |
Update bootstrap scripts
Diffstat (limited to 'bootstrap-mingw.bat')
-rw-r--r-- | bootstrap-mingw.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap-mingw.bat b/bootstrap-mingw.bat index 2296612..28c7edd 100644 --- a/bootstrap-mingw.bat +++ b/bootstrap-mingw.bat @@ -69,6 +69,7 @@ set "src=%src% build2\cc\*.cxx" set "src=%src% build2\cxx\*.cxx" set "src=%src% build2\cli\*.cxx" set "src=%src% build2\test\*.cxx" +set "src=%src% build2\test\script\*.cxx" set "src=%src% build2\install\*.cxx" set "src=%src% build2\pkgconfig\*.cxx" set "src=%src% %libbutl%\butl\*.cxx" |