diff options
Diffstat (limited to 'bootstrap-msvc.bat')
-rw-r--r-- | bootstrap-msvc.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap-msvc.bat b/bootstrap-msvc.bat index 4ac93ad..3d74427 100644 --- a/bootstrap-msvc.bat +++ b/bootstrap-msvc.bat @@ -93,6 +93,8 @@ rem set "src=build2" set "src=%src% libbuild2" +set "src=%src% libbuild2\script" +set "src=%src% libbuild2\build\script" set "src=%src% libbuild2\config" set "src=%src% libbuild2\dist" set "src=%src% libbuild2\test" |