aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-mingw.bat
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-25 14:29:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-07-25 14:29:11 +0200
commitea69747ba2b371e0e3b1e9ecb044e7d815fbea21 (patch)
treec9bea1977862024031754dd5a29efedb1a8af6cc /bootstrap-mingw.bat
parent176c473cc2198d5d4219a030d1a5d8c31a5ace55 (diff)
Exclude cli and bash modules from bootstrap build
Diffstat (limited to 'bootstrap-mingw.bat')
-rw-r--r--bootstrap-mingw.bat2
1 files changed, 0 insertions, 2 deletions
diff --git a/bootstrap-mingw.bat b/bootstrap-mingw.bat
index 8f5f0e7..b677638 100644
--- a/bootstrap-mingw.bat
+++ b/bootstrap-mingw.bat
@@ -67,13 +67,11 @@ set "src=%src% build2\bin\*.cxx"
set "src=%src% build2\c\*.cxx"
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\version\*.cxx"
set "src=%src% build2\install\*.cxx"
set "src=%src% build2\in\*.cxx"
-set "src=%src% build2\bash\*.cxx"
set "src=%src% %libbutl%\libbutl\*.cxx"
rem Get the compile options.