Added batch files to help developers running Yate from build directory.

git-svn-id: http://yate.null.ro/svn/yate/trunk@3916 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-12-07 09:54:27 +00:00
parent 26f26fe5e1
commit 8151e7c553
2 changed files with 8 additions and 0 deletions

4
windows/run-console.bat Normal file
View File

@ -0,0 +1,4 @@
@echo off
cd ..
windows\Release\yate-console -n yate-console -m windows\Release -c conf.d -e share -vvvvv -Dato
cd windows

4
windows/run-qt4.bat Normal file
View File

@ -0,0 +1,4 @@
@echo off
cd ..
windows\Release\yate-qt4 -n yate-qt4 -m windows\Release -c conf.d -e share -vvv
cd windows