summaryrefslogtreecommitdiff
path: root/wrapper
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-27 10:27:09 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-27 10:27:09 +0100
commit86e4632ec0c1f6ba8fd4c2de7d4dad0ade88323e (patch)
treedc3cd4ae76f3f9e3433b8fadf8a6d77c20d85c15 /wrapper
parent35987f8d3631ae49a6eadc25bffb0f0d0eb78dad (diff)
Nearly-working build script and wrapper.
Diffstat (limited to 'wrapper')
-rwxr-xr-xwrapper/makedcp5
1 files changed, 5 insertions, 0 deletions
diff --git a/wrapper/makedcp b/wrapper/makedcp
new file mode 100755
index 000000000..8c3a84efd
--- /dev/null
+++ b/wrapper/makedcp
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+dir=`dirname $0`
+LD_LIBRARY_PATH=$dir/../lib:$LD_LIBRARY_PATH $dir/makedcp-bin $*
+