X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=run%2Fdvdomatic-osx;fp=run%2Fdvdomatic-osx;h=0000000000000000000000000000000000000000;hp=ac42c31868b16d17c2730720d27dd4b83a701ef2;hb=a183c1776cfd020a37d028ebb0f641352f49697b;hpb=4fe7c89e54205c56f0fba2da24db66734ce23674 diff --git a/run/dvdomatic-osx b/run/dvdomatic-osx deleted file mode 100755 index ac42c3186..000000000 --- a/run/dvdomatic-osx +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:build/src/lib:build/src:/Users/carl/Environments/osx/10.8/lib -if [ "$1" == "--debug" ]; then - shift - gdb --args build/src/tools/dvdomatic "$*" -elif [ "$1" == "--valgrind" ]; then - shift - valgrind --tool="memcheck" build/src/tools/dvdomatic $* -elif [ "$1" == "--i18n" ]; then - shift - LANGUAGE=fr_FR.UTF8 LANG=fr_FR.UTF8 build/src/tools/dvdomatic "$*" -else - build/src/tools/dvdomatic "$*" -fi