Fix and polish some aspects of game_of_life
This commit is contained in:
parent
89d2c56bd2
commit
9fc787ab00
|
@ -15,23 +15,22 @@ Features include:
|
|||
* Resize the universe and set the evolution speed
|
||||
.
|
||||
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://bitbucket.org/przemekr/game_of_life_agg.git
|
||||
|
||||
Build Version:20131217,1,android20131217,\
|
||||
subdir=android,\
|
||||
disable=remove apk,\
|
||||
init=cd jni/SDL &&\
|
||||
rm -rf src include SDL-2.0.1* &&\
|
||||
wget http://libsdl.org/release/SDL2-2.0.1.tar.gz &&\
|
||||
tar xf SDL2-2.0.1.tar.gz &&\
|
||||
ln -s SDL2-2.0.1/src . &&\
|
||||
ln -s SDL2-2.0.1/include .\
|
||||
,\
|
||||
buildjni=yes,\
|
||||
bindir=android/bin
|
||||
Build:20131217,1
|
||||
commit=android20131217
|
||||
subdir=android
|
||||
init=cd jni/SDL && \
|
||||
rm -rf src include SDL-2.0.1* && \
|
||||
wget http://libsdl.org/release/SDL2-2.0.1.tar.gz && \
|
||||
tar xf SDL2-2.0.1.tar.gz && \
|
||||
ln -s SDL2-2.0.1/src . && \
|
||||
ln -s SDL2-2.0.1/include .
|
||||
buildjni=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:20131217
|
||||
Current Version Code:1
|
||||
|
||||
|
|
Loading…
Reference in a new issue