]> git.zndr.dk Git - dotfiles.git/commitdiff
Move app build
authorJannik ZANDER <jzander@grundfos.com>
Fri, 22 Jul 2016 07:51:18 +0000 (09:51 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Fri, 22 Jul 2016 07:51:18 +0000 (09:51 +0200)
bin/rte.cmd

index b1eb198717a4831342f1b7f8e7d2fd76ef53be08..39bb5bb725a186dc08a0cee7a40bf7715d904163 100644 (file)
@@ -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