From c185cf2bd088b8435ef16ae1599b192a88d02bc8 Mon Sep 17 00:00:00 2001 From: Merlijn Hofstra Date: Sun, 13 Jun 2010 20:39:36 +0200 Subject: [PATCH] oops, these files shouldn't have been deleted --- .../osx/Xonotic-SDL.app/Contents/MacOS/xonotic-osx-sdl | 7 +++++++ .../osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS/xonotic-osx-sdl create mode 100644 misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl diff --git a/misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS/xonotic-osx-sdl b/misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS/xonotic-osx-sdl new file mode 100644 index 00000000..1926bbde --- /dev/null +++ b/misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS/xonotic-osx-sdl @@ -0,0 +1,7 @@ +#!/bin/sh + +export DYLD_LIBRARY_PATH="${0%/*}" + # same dir as the executable + +exec "$0"-bin "$@" -notexturenonpoweroftwo +"gl_lockarrays 0" + diff --git a/misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl b/misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl new file mode 100644 index 00000000..77cdbe56 --- /dev/null +++ b/misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl @@ -0,0 +1,6 @@ +#!/bin/sh + +export DYLD_LIBRARY_PATH="${0%/*}" + # same dir as the executable + +exec "$0"-bin "$@" -notexturenonpoweroftwo +"gl_lockarrays 0" -- 2.39.2