From: Jannik ZANDER Date: Fri, 22 Jul 2016 07:51:18 +0000 (+0200) Subject: Move app build X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=bc4eec1502b58841a39679dea58a572aa7911533;p=dotfiles.git Move app build --- diff --git a/bin/rte.cmd b/bin/rte.cmd index b1eb198..39bb5bb 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 -pushd build\alltestcases +@call "c:\program files (x86)\python35-32\python.exe" bbrte_release\rte_release\rtepreproc.py --dryrun --testsonly --o _appbuild +pushd _appbuild\alltestcases @call "c:\programs\cmake\bin\cmake.exe" -G "Visual Studio 12 2013" @popd @popd