From 4b9e603e10ac92bff330a35885a9be5f58872ce8 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Thu, 21 Jul 2016 23:14:50 +0200 Subject: [PATCH] Another msbuild fix --- bin/rte.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/rte.cmd b/bin/rte.cmd index fb59fc4..b1eb198 100644 --- a/bin/rte.cmd +++ b/bin/rte.cmd @@ -1,6 +1,6 @@ @if "%1" == "-C" pushd "%2" -@call "c:\program files (x86)\python35-32\python.exe" bbRTE_Release\RTE_Release\rtepreproc.py --dryrun --testsonly --o . -pushd AllTestCases +@call "c:\program files (x86)\python35-32\python.exe" bbrte_release\rte_release\rtepreproc.py --dryrun --testsonly +pushd build\alltestcases @call "c:\programs\cmake\bin\cmake.exe" -G "Visual Studio 12 2013" @popd @popd -- 2.43.0