diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-26 17:49:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-26 17:49:14 +0300 |
commit | 671e580555d94dc95309e5e4f86e27d05189530e (patch) | |
tree | 7b44f8a459746c5bbd372952fde1ca3ce6307fff /bootstrap-mingw.bat | |
parent | f3ffef62fa5079a19cb3347837521495bdbe79c4 (diff) |
Add version source files to 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 208c6fb..d4b2488 100644 --- a/bootstrap-mingw.bat +++ b/bootstrap-mingw.bat @@ -70,6 +70,7 @@ 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\version\*.cxx" set "src=%src% build2\install\*.cxx" set "src=%src% build2\pkgconfig\*.cxx" set "src=%src% %libbutl%\butl\*.cxx" |