1. 038df5c Daniel, by Eric Linenberg · 22 years ago
  2. ba39ff6 Greg Haerr added -limit <max_encode_hex_value> by Daniel Stenberg · 22 years ago
  3. ae0c238 Greg Haerr removed the font questions by Daniel Stenberg · 22 years ago
  4. 31a48ea setup the include path better by Daniel Stenberg · 22 years ago
  5. 7b3cea4 the script sets ARCHOS_RECORDER instead by Daniel Stenberg · 22 years ago
  6. e5cb740 define archos so that config works better by Daniel Stenberg · 22 years ago
  7. 1b5afda Greg's by Daniel Stenberg · 22 years ago
  8. 4cd1389 Greg's font scripts by Daniel Stenberg · 22 years ago
  9. 05e353a bdf2ajf is not needed/used anymore by Daniel Stenberg · 22 years ago
  10. d2aa711 support -v for verbose (debug) output by Daniel Stenberg · 22 years ago
  11. 89db47f no thank you, no very nasty union tricks here by Daniel Stenberg · 22 years ago
  12. 7c57db5 build bdf2ajf with debug option by Daniel Stenberg · 22 years ago
  13. c06a55b more portable is better by Daniel Stenberg · 22 years ago
  14. 3d90ed4 Maintain this simple philosophy: by Daniel Stenberg · 22 years ago
  15. 52a87c7 removed the conflict markers by Daniel Stenberg · 22 years ago
  16. e800bca make it bourne shell pure by Daniel Stenberg · 22 years ago
  17. 42c125f Prevent this script from being run in the same directory where this script by Daniel Stenberg · 22 years ago
  18. 5e1270e i stupid, forgot to fix simulators by Robert Hak · 22 years ago
  19. 28c60ff Corrected to allow for game removal via USE_GAMES (on by default) by Robert Hak · 22 years ago
  20. 7dcdf05 cleaned up USE_SCREENSAVERS questions/usage by Robert Hak · 22 years ago
  21. 15c5cac We now ask if the user wants Screensavers (on by default) by Robert Hak · 22 years ago
  22. 1f4e4d3 Reverted back to monospace again. Let's not rock the boat until people can change it themselves (i.e. loadable fonts). by Björn Stenberg · 22 years ago
  23. af406a1 Made LCD_PROPFONTS default on recorder by Björn Stenberg · 22 years ago
  24. e1fbb12 we like each line less than 80 characters wide please by Daniel Stenberg · 22 years ago
  25. 793ca18 now detects 1bit BMP files too and adjusts to that, which makes things simpler by Daniel Stenberg · 22 years ago
  26. 4b12d88 Added newline before EOF. by Mats Lidell · 22 years ago
  27. 8c78975 made it output valid C code even if given a filename that starts with a by Daniel Stenberg · 22 years ago
  28. 8cca95b Added bmp2rb. by Mats Lidell · 22 years ago
  29. 8a700fe Created. by Mats Lidell · 22 years ago
  30. 6262573 Added helpful reminder about copying font file by Björn Stenberg · 22 years ago
  31. 6246ce5 added tags target for the generated simulator makefile as well by Daniel Stenberg · 22 years ago
  32. bc35ae3 Generates a 'tags' target in the toplevel makefile now, this is only by Daniel Stenberg · 22 years ago
  33. 72f5433 case issue with questions by Robert Hak · 22 years ago
  34. 7a8f398 Clear extra_defines for players by Björn Stenberg · 22 years ago
  35. f29f6fa == is not a valid POSIX compare, use = by Robert Hak · 22 years ago
  36. 0cbd191 Forgot to add new files by Björn Stenberg · 22 years ago
  37. dd7d695 Forgot to add the new files by Björn Stenberg · 22 years ago
  38. cd22573 First version of loadable fonts patch by Alex Gitelman by Björn Stenberg · 22 years ago
  39. 23d0b5d Applied Bjoern Fischer's patch to make this generate correct makefiles by Daniel Stenberg · 22 years ago
  40. 60fe9df Adjustments to allow generating a Makefile for building win32 simulator by Daniel Stenberg · 22 years ago
  41. e53bdf0 Fixed misspelled .PHONY target. Spotted by Nick Robinson and Markus Braun. by Linus Nielsen Feltzing · 23 years ago
  42. 6d55a71 Added build timestamp in version string by Björn Stenberg · 23 years ago
  43. ec048f6 Stripped off needless things by Björn Stenberg · 23 years ago
  44. e45a8f5 works with traditional sh now (as tested on Solaris) by Daniel Stenberg · 23 years ago
  45. d86da20 configure update for simulator builds must preserve display and keypad by Daniel Stenberg · 23 years ago
  46. 63787df now configure update works for simulator builds too by Daniel Stenberg · 23 years ago
  47. 45abe61 target builds must run make in firmware AND apps by Daniel Stenberg · 23 years ago
  48. c38ccba made it support --help or -h as arguments, and then displays a very short by Daniel Stenberg · 23 years ago
  49. 58f4d0d now manages simulator makefiles too! by Daniel Stenberg · 23 years ago
  50. bdf2490 allow commented lines in FILES by Daniel Stenberg · 23 years ago
  51. 349e730 add the FILES file itself by Daniel Stenberg · 23 years ago
  52. c7036f1 use a better file to find the firmware dir by Daniel Stenberg · 23 years ago
  53. 14671eb add the release script itself by Daniel Stenberg · 23 years ago
  54. 93a14e2 this script builds release tarballs, pass a version number as argument, by Daniel Stenberg · 23 years ago
  55. 4cd5ad6 files included in release by Daniel Stenberg · 23 years ago
  56. 44d76bc store nodebug status too, as it makes 'update' work better if there's by Daniel Stenberg · 23 years ago
  57. 2f06ff7 the all target only builds in apps now, as the apps Makefile itself will by Daniel Stenberg · 23 years ago
  58. 40c6129 fixed the clean target, also made two separate clean targets in case by Daniel Stenberg · 23 years ago
  59. 3c286ec generates separate 'firmware' and 'apps' targets in the makefile, also by Daniel Stenberg · 23 years ago
  60. f8a59f2 change the order we check for the apps dir to more often get the shortest path by Daniel Stenberg · 23 years ago
  61. 6709658 escape $ properly, added 'update' support by Daniel Stenberg · 23 years ago
  62. fcf5629 pass better variables by Daniel Stenberg · 23 years ago
  63. e0c12af bash happy now? by Daniel Stenberg · 23 years ago
  64. 82e6a07 try the directories in the current dir too by Daniel Stenberg · 23 years ago
  65. 3aacd2e First attempt. This script sets up a toplevel build Makefile. by Daniel Stenberg · 23 years ago
  66. 00b26e6 Header by Björn Stenberg · 23 years ago
  67. 5dc1d10 Test commit by Björn Stenberg · 23 years ago
  68. b913925 Added Rockbox header by Björn Stenberg · 23 years ago
  69. efdfdc3 Added more targets by Björn Stenberg · 23 years ago
  70. 09efa1b Fixed comments by Björn Stenberg · 23 years ago
  71. e1715c2 First checkin by Björn Stenberg · 23 years ago