Upgrade to SDL 2.0.3 and latest SDL2-CS (e8731ef).

This commit is contained in:
Paul Chote
2014-04-07 23:29:21 +12:00
parent 27d78574f8
commit f62721bdd6
8 changed files with 10 additions and 10 deletions

View File

@@ -28,8 +28,8 @@ rm OpenRA.app/Contents/Resources/Tao.Sdl.*
rm OpenRA.app/Contents/Resources/Tao.Cg.*
# Change the .config to use the packaged SDL
sed "s/\/Library\/Frameworks\/SDL2.framework/./" OpenRA.app/Contents/Resources/SDL2\#.dll.config > temp
mv temp OpenRA.app/Contents/Resources/SDL2\#.dll.config
sed "s/\/Library\/Frameworks\/SDL2.framework/./" OpenRA.app/Contents/Resources/SDL2-CS.dll.config > temp
mv temp OpenRA.app/Contents/Resources/SDL2-CS.dll.config
rm temp
# Package app bundle into a zip and clean up

View File

@@ -51,8 +51,8 @@ cp thirdparty/FuzzyLogicLibrary.dll packaging/built
# SharpFont for FreeType support
cp thirdparty/SharpFont* packaging/built
# SDL2#
cp thirdparty/SDL2\#* packaging/built
# SDL2-CS
cp thirdparty/SDL2-CS packaging/built
# Mono.NAT for UPnP support
cp thirdparty/Mono.Nat.dll packaging/built