mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
Added developer's helper scripts for Windows
This commit is contained in:
parent
f40e53b6c7
commit
784d6933fa
3 changed files with 21 additions and 0 deletions
6
tools/dev_tools/windows/lar
Normal file
6
tools/dev_tools/windows/lar
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
if [ "$ADWIN" == "" ] ; then
|
||||
echo "ADWIN is not defined!"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
cmd "/C $ADWIN\\Tracks\\gtk2_ardour\\ardev.cmd $*" 2>&1 | tee $AD/arlog.txt
|
||||
Loading…
Add table
Add a link
Reference in a new issue