summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardev-win
diff options
context:
space:
mode:
authorGuy Sherman <guy@guysherman.com>2015-08-16 18:01:28 +0200
committerRobin Gareus <robin@gareus.org>2015-08-16 18:01:28 +0200
commit4f387f390ef0b9937637904ea894c82739c26900 (patch)
tree0fe76a120647ca98e54e391d79913a1149d37e7e /gtk2_ardour/ardev-win
parent1d2938b16228723c6de8be653db18fa8ac6fced6 (diff)
Tweaked build and run for windows
Quotes were appearing around the version number. Modified wscript to remove quotes from VERSION and PROGRAM_VERSION. One of the places windows looks for DLLs is in directories listed in PATH. A new file called ardev-win which sets up the contents of PATH and LD_LIBRARY_PATH as required.
Diffstat (limited to 'gtk2_ardour/ardev-win')
-rw-r--r--gtk2_ardour/ardev-win6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/ardev-win b/gtk2_ardour/ardev-win
new file mode 100644
index 0000000000..c7a8d4fe80
--- /dev/null
+++ b/gtk2_ardour/ardev-win
@@ -0,0 +1,6 @@
+#!/bin/sh
+TOP=`dirname "$0"`/..
+. $TOP/build/gtk2_ardour/ardev_common_waf.sh
+export UBUNTU_MENUPROXY=""
+export PATH=$libs/ptformat:$libs/qm-dsp:$libs/vamp-sdk:$libs/surfaces:$libs/surfaces/control_protocol:$libs/ardour:$libs/midi++2:$libs/pbd:$libs/rubberband:$libs/soundtouch:$libs/gtkmm2ext:$libs/gnomecanvas:$libs/libsndfile:$libs/appleutility:$libs/taglib:$libs/evoral:$libs/evoral/src/libsmf:$libs/audiographer:$libs/timecode:$libs/libltc:$libs/canvas:$libs/ardouralsautil${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}:$PATH
+exec $TOP/$EXECUTABLE "$@"