summaryrefslogtreecommitdiff
path: root/utils/ipod/flashsplit/Makefile (unfollow)
Commit message (Collapse)Author
2009-07-13Add flashsplit utility, previously hosted on the wiki at ↵Dave Chapman
http://www.rockbox.org/wiki/IpodFlash git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21844 a1c6a512-1295-4272-9138-f99709370657
2009-07-13First commit of "bin2note" utility for exploiting the Notes buffer overflow ↵Dave Chapman
on the 2nd generation Nano. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21842 a1c6a512-1295-4272-9138-f99709370657
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19218 a1c6a512-1295-4272-9138-f99709370657
2008-11-20New makefile solution: A single invocation of 'make' to build the entire ↵Björn Stenberg
tree. Fully controlled dependencies give faster and more correct recompiles. Many #include lines adjusted to conform to the new standards. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19146 a1c6a512-1295-4272-9138-f99709370657
2005-09-02Patch #1272052 by Henrik Backe - Move credits to a pluginLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7450 a1c6a512-1295-4272-9138-f99709370657
2003-02-15extract the names better from the CREDITS fileDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3274 a1c6a512-1295-4272-9138-f99709370657
2002-10-15This is a little script that extracts all the names from the docs/CREDITSDaniel Stenberg
file and output them suitably for inclusion in credits.c. I would've used an awk script for this but I guess the windows people wouldn't like that. Anyway for the record, I actually used 'a2p' with my awk hack { if(a && length($1)) print $0} /Friend/ {a++;} The perl version is slightly larger. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2637 a1c6a512-1295-4272-9138-f99709370657