2011-12-01 17:41:27 +01:00
|
|
|
#!/bin/bash
|
|
|
|
. ./environmnent.sh
|
2011-11-29 19:48:05 +01:00
|
|
|
pushd sdl/sdl1.3/Xcode-iPhoneOS/SDL
|
|
|
|
xcodebuild -project SDLiPhoneOS.xcodeproj -alltargets
|
2011-12-01 17:41:27 +01:00
|
|
|
popd
|
2011-11-29 19:48:05 +01:00
|
|
|
#the binarie is under sdl/sdl1.3/Xcode-iPhoneOS/SDL/build/Release-Universal/
|
2011-12-01 17:41:27 +01:00
|
|
|
cp sdl/sdl1.3/Xcode-iPhoneOS/SDL/build/Release-iPhoneOS/libSDL.a $BUILDROOT/lib
|
|
|
|
cp -a sdl/sdl1.3/include $BUILDROOT/include/SDL
|