From b808c255b6a9ddba085bf5646e7d20ec344f2e2d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Apr 2020 08:48:53 +0200 Subject: Initial support for ad hoc recipes (still work in progress) --- bootstrap-msvc.bat | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap-msvc.bat') 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" -- cgit v1.1