aboutsummaryrefslogtreecommitdiff
path: root/boost/build.bat
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-02-25 12:34:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-02-25 12:34:07 +0200
commitdc4b2b20565a58f09c761b9affd6abdc7edb705b (patch)
treeaff4a7023adf5c05283e026d98cb9d738290556b /boost/build.bat
parentbd09e3ff6f089bd3fc109fd054d30a099e2722ab (diff)
Add support for tests in subdirectories
Diffstat (limited to 'boost/build.bat')
-rw-r--r--boost/build.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/build.bat b/boost/build.bat
index 4e4536c..eb43d41 100644
--- a/boost/build.bat
+++ b/boost/build.bat
@@ -59,14 +59,14 @@ goto :eof
for %%d in (%1) do (
for %%c in (%confs%) do (
for %%p in (%plats%) do (
- call :run_build %%d/%%d-vc%vcver%.sln %%c %%p
+ call :run_build %%d/boost-%%d-vc%vcver%.sln %%c %%p
)
)
)
for %%c in (%confs%) do (
for %%p in (%plats%) do (
- call :run_build common/common-%1-vc%vcver%.sln %%c %%p
+ call :run_build common/boost-common-%1-vc%vcver%.sln %%c %%p
)
)