build system updates, for mobile builds

- main build.py will optionally build mobile. removed now obsolete mobile build scripts and symbolic links
- external resource URL is now optional - it's no longer needed by the regular builds
This commit is contained in:
Jon Atkins
2013-03-30 20:48:59 +00:00
parent 270905c83a
commit 60444c9169
5 changed files with 48 additions and 17 deletions

1
mobile/.gitignore vendored
View File

@ -6,3 +6,4 @@ gen/
libs/
proguard-project.txt
local.properties
assets/iitc.js

View File

@ -1 +0,0 @@
../../build/local8000/total-conversion-build.user.js

View File

@ -1,10 +0,0 @@
#!/bin/sh
set -e
cd `dirname "$0"`
cd ..
./build.py local8000
cd build/local8000
cd ../../mobile
ant debug