mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-31 02:32:16 +00:00
remove the -agl build
This commit is contained in:
parent
4877d89303
commit
d5b2b8067a
12
all
12
all
@ -912,7 +912,7 @@ case "$cmd" in
|
||||
TARGETS="sv-$debug sdl-$debug"
|
||||
;;
|
||||
esac
|
||||
export CC="$CC -fno-reorder-blocks -I$PWD/misc/buildfiles/osx/Xonotic-SDL.app/Contents/Frameworks/SDL.framework/Headers -F$PWD/misc/buildfiles/osx/Xonotic-SDL.app/Contents/Frameworks"
|
||||
export CC="$CC -fno-reorder-blocks -I$PWD/misc/buildfiles/osx/Xonotic.app/Contents/Frameworks/SDL.framework/Headers -F$PWD/misc/buildfiles/osx/Xonotic.app/Contents/Frameworks"
|
||||
else
|
||||
TARGETS="sv-$debug cl-$debug sdl-$debug"
|
||||
fi
|
||||
@ -1053,8 +1053,8 @@ case "$cmd" in
|
||||
client=
|
||||
export PATH="$d0/misc/buildfiles/win32:$d0/d0_blind_id/.libs:$PATH"
|
||||
elif [ x"`uname`" = x"Darwin" ]; then
|
||||
export DYLD_LIBRARY_PATH="$d0/misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS:$d0/d0_blind_id/.libs"
|
||||
export DYLD_FRAMEWORK_PATH="$d0/misc/buildfiles/osx/Xonotic-SDL.app/Contents/Frameworks"
|
||||
export DYLD_LIBRARY_PATH="$d0/misc/buildfiles/osx/Xonotic.app/Contents/MacOS:$d0/d0_blind_id/.libs"
|
||||
export DYLD_FRAMEWORK_PATH="$d0/misc/buildfiles/osx/Xonotic.app/Contents/Frameworks"
|
||||
client=-sdl
|
||||
else
|
||||
export LD_LIBRARY_PATH="$d0/d0_blind_id/.libs"
|
||||
@ -1672,11 +1672,7 @@ case "$cmd" in
|
||||
verbose "$SELF" release-compile osx \
|
||||
'STRIP=: CC="gcc -g1 -arch i386 -arch ppc -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.4 -I.deps/include -L.deps/lib -fno-reorder-blocks -DSUPPORTIPV6"' \
|
||||
all 'fteqcc.bin:Xonotic/fteqcc/fteqcc.osx' \
|
||||
'sv-release sdl-release' 'darkplaces-sdl:Xonotic/Xonotic-SDL.app/Contents/MacOS/xonotic-osx-sdl-bin darkplaces-dedicated:Xonotic/xonotic-osx-dedicated'
|
||||
verbose "$SELF" release-compile osx \
|
||||
'STRIP=: CC="gcc -g1 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.4 -I.deps/include -L.deps/lib -fno-reorder-blocks -DSUPPORTIPV6"' \
|
||||
'' '' \
|
||||
'cl-release' 'darkplaces-agl:Xonotic/Xonotic.app/Contents/MacOS/xonotic-osx-agl-bin'
|
||||
'sv-release sdl-release' 'darkplaces-sdl:Xonotic/Xonotic.app/Contents/MacOS/xonotic-osx-sdl-bin darkplaces-dedicated:Xonotic/xonotic-osx-dedicated'
|
||||
;;
|
||||
release-engine-linux32)
|
||||
verbose "$SELF" release-compile linux32 \
|
||||
|
@ -1,25 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>xonotic-osx-sdl</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>Xonotic</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.4.0</string>
|
||||
<key>LSMinimumSystemVersionByArchitecture</key>
|
||||
<dict>
|
||||
<key>x86_64</key>
|
||||
<string>10.6.0</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
libfreetype.6.dylib
|
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
libmodplug.1.dylib
|
Binary file not shown.
@ -1 +0,0 @@
|
||||
libogg.0.dylib
|
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
libtheora.0.dylib
|
Binary file not shown.
@ -1 +0,0 @@
|
||||
libvorbis.0.dylib
|
Binary file not shown.
@ -1 +0,0 @@
|
||||
libvorbisenc.2.dylib
|
Binary file not shown.
@ -1 +0,0 @@
|
||||
libvorbisfile.3.dylib
|
@ -1 +0,0 @@
|
||||
APPL????
|
Binary file not shown.
Binary file not shown.
@ -5,7 +5,7 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>xonotic-osx-agl</string>
|
||||
<string>xonotic-osx-sdl</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>Xonotic</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
@ -16,5 +16,10 @@
|
||||
<string>1.0</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.4.0</string>
|
||||
<key>LSMinimumSystemVersionByArchitecture</key>
|
||||
<dict>
|
||||
<key>x86_64</key>
|
||||
<string>10.6.0</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
export DYLD_LIBRARY_PATH="${0%/*}"
|
||||
# same dir as the executable
|
||||
|
||||
set -- "$0"-bin "$@" -notexturenonpoweroftwo
|
||||
|
||||
exec "$@"
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user