summaryrefslogtreecommitdiff
path: root/run/dcpomatic_kdm
diff options
context:
space:
mode:
Diffstat (limited to 'run/dcpomatic_kdm')
-rwxr-xr-xrun/dcpomatic_kdm12
1 files changed, 0 insertions, 12 deletions
diff --git a/run/dcpomatic_kdm b/run/dcpomatic_kdm
deleted file mode 100755
index faad61018..000000000
--- a/run/dcpomatic_kdm
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-export LD_LIBRARY_PATH=build/src/lib:$LD_LIBRARY_PATH:build/src
-if [ "$1" == "--debug" ]; then
- shift
- gdb --args build/src/tools/dcpomatic_kdm "$@"
-elif [ "$1" == "--valgrind" ]; then
- shift
- valgrind --tool="memcheck" --leak-check=full --show-reachable=yes build/src/tools/dcpomatic_kdm "$@"
-else
- build/src/tools/dcpomatic_kdm "$@"
-fi