From: Jannik ZANDER Date: Thu, 21 Jul 2016 21:14:50 +0000 (+0200) Subject: Another msbuild fix X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=4b9e603e10ac92bff330a35885a9be5f58872ce8;p=dotfiles.git Another msbuild fix --- 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