]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
oops, these files shouldn't have been deleted
authorMerlijn Hofstra <merlijnhofstra@mh.local>
Sun, 13 Jun 2010 18:39:36 +0000 (20:39 +0200)
committerMerlijn Hofstra <merlijnhofstra@mh.local>
Sun, 13 Jun 2010 18:39:36 +0000 (20:39 +0200)
misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS/xonotic-osx-sdl [new file with mode: 0644]
misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl [new file with mode: 0644]

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 (file)
index 0000000..1926bbd
--- /dev/null
@@ -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 (file)
index 0000000..77cdbe5
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+export DYLD_LIBRARY_PATH="${0%/*}"
+       # same dir as the executable
+
+exec "$0"-bin "$@" -notexturenonpoweroftwo +"gl_lockarrays 0"