From a3362e7c7092d3da4965f08dd17d77277c3e6101 Mon Sep 17 00:00:00 2001 From: Yu Kobayashi Date: Mon, 25 Feb 2013 20:04:58 +0900 Subject: [PATCH] "tests" are missing in build_vcexpress.cmd --- build_vcexpress2008.cmd | 2 +- build_vcexpress2010.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_vcexpress2008.cmd b/build_vcexpress2008.cmd index bdc72d488..529487415 100644 --- a/build_vcexpress2008.cmd +++ b/build_vcexpress2008.cmd @@ -1,2 +1,2 @@ @echo off -buildwin 90 build shared both Win32 samples vcexpress +buildwin 90 build shared both Win32 samples tests vcexpress diff --git a/build_vcexpress2010.cmd b/build_vcexpress2010.cmd index f62ef21c2..f22d2c37e 100644 --- a/build_vcexpress2010.cmd +++ b/build_vcexpress2010.cmd @@ -1,2 +1,2 @@ @echo off -buildwin 100 build shared both Win32 samples vcexpress +buildwin 100 build shared both Win32 samples tests vcexpress