Shattered Pixel Dungeon: Fix build

master
Boris Kraut 2014-11-14 21:42:44 +01:00
parent 7ceb0e5af0
commit 2b23cde9c3
2 changed files with 4 additions and 3 deletions

View File

@ -16,10 +16,9 @@ Repo Type:git
Repo:https://github.com/00-Evan/shattered-pixel-dungeon
Build:0.2.2a,14
disable=wip
commit=127c74696ade0be0c3824d9373f49b8d9b6e6179
srclibs=PDClasses@9ee29184de9a569c2435929f4f0d435d4edd6f48
prebuild=cp -R $$PDClasses$$/com/watabou/* src/com/shatteredpixel/ && \
srclibs=PDClasses-shattered@f2bf9c65809f50ffd372f7d5e3df181cf970f892
prebuild=cp -R $$PDClasses-shattered$$/com/watabou/* src/com/shatteredpixel/ && \
echo -e 'java.source=1.7\njava.target=1.7\njava.encoding=ISO-8859-1' >> ant.properties
target=android-19

View File

@ -0,0 +1,2 @@
Repo Type:git
Repo:https://github.com/00-Evan/PD-classes