diff options
| author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2008-05-08 19:01:21 +0000 |
|---|---|---|
| committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2008-05-08 19:01:21 +0000 |
| commit | 254566b1138ffe19fa087dc2a8133f71f3398dc0 (patch) | |
| tree | 24b2c06b7872443b98fe83e90aeabbcb8ae45291 /tools/mkinfo.pl | |
| parent | e15adcd3cb6ad75e9635a61c23974eb7055673df (diff) | |
| download | rockbox-254566b1138ffe19fa087dc2a8133f71f3398dc0.zip rockbox-254566b1138ffe19fa087dc2a8133f71f3398dc0.tar.gz rockbox-254566b1138ffe19fa087dc2a8133f71f3398dc0.tar.bz2 rockbox-254566b1138ffe19fa087dc2a8133f71f3398dc0.tar.xz | |
Cleanup in tools/: Remove unused VB scripts and fix properties.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17421 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/mkinfo.pl')
| -rwxr-xr-x | tools/mkinfo.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkinfo.pl b/tools/mkinfo.pl index ed2c2e6..734e9ec 100755 --- a/tools/mkinfo.pl +++ b/tools/mkinfo.pl @@ -5,7 +5,7 @@ # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ # \/ \/ \/ \/ \/ -# $Id: configure 13215 2007-04-20 11:58:39Z bagder $ +# $Id$ # # Purpose: extract and gather info from a build and put that in a standard # way in the output file. Meant to be put in rockbox zip package to help and |