
Untitled
By: a guest on
Feb 9th, 2011 | syntax:
None | size: 1.79 KB | hits: 223 | expires: Never
alex ~/rockbox/build/new (android)$ diff autoconf.h ../old/autoconf.h
alex ~/rockbox/build/new (android)$ diff Makefile ../old/Makefile
13c13
< export TARGET_ID=74
---
> export TARGET_ID=100
17,18c17,18
< export OBJDIR=/home/alex/rockbox/build/new
< export BUILDDIR=/home/alex/rockbox/build/new
---
> export OBJDIR=/home/alex/rockbox/build/old
> export BUILDDIR=/home/alex/rockbox/build/old
46c46
< export APP_TYPE=
---
> export APP_TYPE=android
69c69
< CONFIGURE_OPTIONS=--lcdwidth=480 --lcdheight=800 --target=$(MODELNAME) --ram=$(MEMORYSIZE) --rbdir=$(RBDIR) --type=N
---
> CONFIGURE_OPTIONS=--platform=A --lcdwidth=480 --lcdheight=800 --target=$(MODELNAME) --ram=$(MEMORYSIZE) --rbdir=$(RBDIR) --type=N
alex ~/rockbox/build/new (android)$