diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-15 12:30:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-15 12:30:06 +0200 |
commit | e74afd7ae8d6b77433594ec3a3fba83a735ab22e (patch) | |
tree | 658b591ff8a30fd001f4cc11971ed6b279eb0ece /buildfile | |
parent | 398a211a3dc166ef72bcda5917c94533d2c7e3e4 (diff) |
Add bootstrap-{msvc, mingw}.bat
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ d = build2/ tests/ doc/ ./: $d \ doc{INSTALL LICENSE NEWS README version} \ -file{INSTALL.cli config.guess config.sub bootstrap.sh manifest} +file{bootstrap.sh bootstrap-msvc.bat bootstrap-mingw.bat} \ +file{INSTALL.cli config.guess config.sub manifest} include $d |