summaryrefslogtreecommitdiff
path: root/tools/windows_packaging/run-wine.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/windows_packaging/run-wine.sh')
-rwxr-xr-xtools/windows_packaging/run-wine.sh21
1 files changed, 1 insertions, 20 deletions
diff --git a/tools/windows_packaging/run-wine.sh b/tools/windows_packaging/run-wine.sh
index 86415206cc..d1d509782f 100755
--- a/tools/windows_packaging/run-wine.sh
+++ b/tools/windows_packaging/run-wine.sh
@@ -2,26 +2,7 @@
. ./mingw-env.sh
-cd $BASE
-
-LIBS=$BUILD_DIR/libs
-
-export ARDOUR_PATH=$BASE/gtk2_ardour/icons:$BASE/gtk2_ardour/pixmaps:$BASE/build/default/gtk2_ardour:$BASE/gtk2_ardour:.
-export ARDOUR_SURFACES_PATH=$LIBS/surfaces/osc:$LIBS/surfaces/generic_midi:$LIBS/surfaces/tranzport:$LIBS/surfaces/powermate:$LIBS/surfaces/mackie
-export ARDOUR_PANNER_PATH=$LIBS/panners/2in2out:$LIBS/panners/1in2out:$LIBS/panners/vbap
-export ARDOUR_DATA_PATH=$BASE/gtk2_ardour:build/default/gtk2_ardour:.
-
-export VAMP_PATH=$LIBS/vamp-plugins${VAMP_PATH:+:$VAMP_PATH}
-
-export PBD_TEST_PATH=$BASE/libs/pbd/test/
-
-if test ! -d $PACKAGE_DIR; then
- echo "Win32 package directory does not exist"
- exit 1
-fi
-
-cd $PACKAGE_DIR
-
+. ./wine-env.sh
if [ "$1" == "--run-tests" ]; then
if test x$WITH_TESTS != x ; then