1
0
Fork 0
forked from len0rd/rockbox

Jz4740 Tools:

* update Makefile
 * add README
 * update svn properties
 * fix small mistakes


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17926 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2008-07-03 12:17:56 +00:00
parent ab498e547b
commit 6fd40a57b8
7 changed files with 138 additions and 17 deletions

25
utils/jz4740_tools/HXFsplit.c Executable file → Normal file
View file

@ -1,6 +1,23 @@
/*
Made by Maurus Cuelenaere
*/
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
* \/ \/ \/ \/ \/
* $Id$
*
* Copyright (C) 2008 by Maurus Cuelenaere
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
@ -43,7 +60,7 @@ static char* basepath(char* path)
#else
*ptr2 = 0x2F;
#endif
*ptr2++;
ptr2++;
*ptr2 = 0;
return (char*)tmp;
}