From: Merlijn Hofstra Date: Sun, 13 Jun 2010 18:39:36 +0000 (+0200) Subject: oops, these files shouldn't have been deleted X-Git-Tag: xonotic-v0.1.0preview~428^2 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=c185cf2bd088b8435ef16ae1599b192a88d02bc8;ds=sidebyside oops, these files shouldn't have been deleted --- 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"