Advertisement
Guest User

Untitled

a guest
Feb 9th, 2011
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. alex ~/rockbox/build/new (android)$ diff autoconf.h ../old/autoconf.h
  2. alex ~/rockbox/build/new (android)$ diff Makefile ../old/Makefile
  3. 13c13
  4. < export TARGET_ID=74
  5. ---
  6. > export TARGET_ID=100
  7. 17,18c17,18
  8. < export OBJDIR=/home/alex/rockbox/build/new
  9. < export BUILDDIR=/home/alex/rockbox/build/new
  10. ---
  11. > export OBJDIR=/home/alex/rockbox/build/old
  12. > export BUILDDIR=/home/alex/rockbox/build/old
  13. 46c46
  14. < export APP_TYPE=
  15. ---
  16. > export APP_TYPE=android
  17. 69c69
  18. < CONFIGURE_OPTIONS=--lcdwidth=480 --lcdheight=800 --target=$(MODELNAME) --ram=$(MEMORYSIZE) --rbdir=$(RBDIR) --type=N
  19. ---
  20. > CONFIGURE_OPTIONS=--platform=A --lcdwidth=480 --lcdheight=800 --target=$(MODELNAME) --ram=$(MEMORYSIZE) --rbdir=$(RBDIR) --type=N
  21. alex ~/rockbox/build/new (android)$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement