diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-16 16:12:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-16 16:12:17 +0200 |
commit | 0d8e5265a54d4362c83d292dd90330f81da6836c (patch) | |
tree | 25078e4520e1a30e512b992a99c476f2ae478bd0 /bootstrap-mingw.bat | |
parent | 4f63afc1177021d6345502892dbd028f5d6db5eb (diff) |
Update bootstrap scripts with new module directory (in)
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 5937e2e..68b6b7b 100644 --- a/bootstrap-mingw.bat +++ b/bootstrap-mingw.bat @@ -72,6 +72,7 @@ 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\in\*.cxx" set "src=%src% %libbutl%\libbutl\*.cxx" rem Get the compile options. |