diff --git a/build_vs100.cmd b/build_vs100.cmd index 0d4adbae0..4bb2039e0 100644 --- a/build_vs100.cmd +++ b/build_vs100.cmd @@ -1,2 +1,2 @@ @echo off -buildwin 100 build shared both Win32 samples +buildwin devenv 100 build shared both Win32 samples tests diff --git a/build_vs71.cmd b/build_vs71.cmd index 197e7cca6..b7837c303 100644 --- a/build_vs71.cmd +++ b/build_vs71.cmd @@ -1,2 +1,2 @@ @echo off -buildwin 71 build shared both Win32 samples +buildwin devenv 71 build shared both Win32 samples tests diff --git a/build_vs80.cmd b/build_vs80.cmd index 8b7e92936..b00223e95 100644 --- a/build_vs80.cmd +++ b/build_vs80.cmd @@ -1,2 +1,2 @@ @echo off -buildwin 80 build shared both Win32 samples +buildwin devenv 80 build shared both Win32 samples tests diff --git a/build_vs90.cmd b/build_vs90.cmd index b696e9b52..7c60ab801 100644 --- a/build_vs90.cmd +++ b/build_vs90.cmd @@ -1,2 +1,2 @@ @echo off -buildwin 90 build shared both Win32 samples +buildwin devenv 90 build shared both Win32 samples tests