diff options
Diffstat (limited to 'src/build_all.cmd')
-rw-r--r-- | src/build_all.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build_all.cmd b/src/build_all.cmd index 59cecf2b..60502cdc 100644 --- a/src/build_all.cmd +++ b/src/build_all.cmd | |||
@@ -49,9 +49,9 @@ call wix\wix.cmd %_C% || exit /b | |||
49 | call ext\ext.cmd %_C% || exit /b | 49 | call ext\ext.cmd %_C% || exit /b |
50 | 50 | ||
51 | 51 | ||
52 | :: samples | 52 | :: tools |
53 | 53 | ||
54 | call samples\samples.cmd %_C% || exit /b | 54 | call tools\tools.cmd %_C% || exit /b |
55 | 55 | ||
56 | 56 | ||
57 | :: integration tests | 57 | :: integration tests |