#!/bin/sh      

. ../gtk2_ardour/ardev_common.sh

export LD_LIBRARY_PATH=gtk2_ardour:$LD_LIBRARY_PATH
wine ./vst/ardour_vst.exe.so "$@"
