main core build script, calls all the build scripts for all of the cores

This commit is contained in:
Jon Maddox 2013-03-25 09:18:18 -04:00
parent c04d96a59b
commit 845b87fbba

13
ios/script/build_cores Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
set -e
export IOSSDK=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/
test ! -d "tmp" && {
mkdir tmp
}
script/cores/nestopia
script/cores/snes9x_next