mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix ZenUtils compilation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21242 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b149830021
commit
6c74a7db80
11 changed files with 717 additions and 3146 deletions
|
@ -6,7 +6,7 @@ SUBDIRS(source libraries)
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES(
|
INCLUDE_DIRECTORIES(
|
||||||
${zenutils_SOURCE_DIR}/libraries/beecrypt-4.1.2
|
${zenutils_SOURCE_DIR}/libraries/beecrypt-4.1.2
|
||||||
${zenutils_SOURCE_DIR}/libraries/getpot-c++-1.1.17
|
${zenutils_SOURCE_DIR}/libraries/getpot-c++-1.1.18
|
||||||
${zenutils_SOURCE_DIR}/libraries/pelib-0.9
|
${zenutils_SOURCE_DIR}/libraries/pelib-0.9
|
||||||
${zenutils_SOURCE_DIR}/libraries/zlib123
|
${zenutils_SOURCE_DIR}/libraries/zlib123
|
||||||
${zenutils_SOURCE_DIR}/source/shared
|
${zenutils_SOURCE_DIR}/source/shared
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,5 @@
|
||||||
GNU LESSER GENERAL PUBLIC LICENSE
|
GNU LESSER GENERAL PUBLIC LICENSE
|
||||||
Version 2.1, February 1999
|
Version 2.1, February 1999
|
||||||
|
|
||||||
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
||||||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
as the successor of the GNU Library Public License, version 2, hence
|
as the successor of the GNU Library Public License, version 2, hence
|
||||||
the version number 2.1.]
|
the version number 2.1.]
|
||||||
|
|
||||||
Preamble
|
Preamble
|
||||||
|
|
||||||
The licenses for most software are designed to take away your
|
The licenses for most software are designed to take away your
|
||||||
freedom to share and change it. By contrast, the GNU General Public
|
freedom to share and change it. By contrast, the GNU General Public
|
||||||
|
@ -112,7 +112,7 @@ modification follow. Pay close attention to the difference between a
|
||||||
former contains code derived from the library, whereas the latter must
|
former contains code derived from the library, whereas the latter must
|
||||||
be combined with the library in order to run.
|
be combined with the library in order to run.
|
||||||
|
|
||||||
GNU LESSER GENERAL PUBLIC LICENSE
|
GNU LESSER GENERAL PUBLIC LICENSE
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
0. This License Agreement applies to any software library or other
|
0. This License Agreement applies to any software library or other
|
||||||
|
@ -432,7 +432,7 @@ decision will be guided by the two goals of preserving the free status
|
||||||
of all derivatives of our free software and of promoting the sharing
|
of all derivatives of our free software and of promoting the sharing
|
||||||
and reuse of software generally.
|
and reuse of software generally.
|
||||||
|
|
||||||
NO WARRANTY
|
NO WARRANTY
|
||||||
|
|
||||||
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
|
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
|
||||||
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
||||||
|
@ -455,7 +455,7 @@ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
|
||||||
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
||||||
DAMAGES.
|
DAMAGES.
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
How to Apply These Terms to Your New Libraries
|
How to Apply These Terms to Your New Libraries
|
||||||
|
|
||||||
|
@ -501,4 +501,3 @@ necessary. Here is a sample; alter the names:
|
||||||
|
|
||||||
That's all there is to it!
|
That's all there is to it!
|
||||||
|
|
||||||
|
|
|
@ -5,10 +5,10 @@ Attention: This version contains a couple of beautiful
|
||||||
---------- new features, that are not documented yet.
|
---------- new features, that are not documented yet.
|
||||||
|
|
||||||
E.g.: -- automated ufo detection
|
E.g.: -- automated ufo detection
|
||||||
-- arbitrary comment delimiters
|
-- arbitrary comment delimiters
|
||||||
-- arbitrary vector field separators
|
-- arbitrary vector field separators
|
||||||
-- tails, i.e. easy access to all tails
|
-- tails, i.e. easy access to all tails
|
||||||
of options such as '-L' or '-I'.
|
of options such as '-L' or '-I'.
|
||||||
|
|
||||||
Please, refere to the example/ directory
|
Please, refere to the example/ directory
|
||||||
for usage descriptions.
|
for usage descriptions.
|
||||||
|
@ -47,4 +47,3 @@ Enjoy !
|
||||||
|
|
||||||
Juli 2005,
|
Juli 2005,
|
||||||
Frank R. Schaefer
|
Frank R. Schaefer
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
#define PEHEADER_H
|
#define PEHEADER_H
|
||||||
|
|
||||||
#include "PeLibAux.h"
|
#include "PeLibAux.h"
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
namespace PeLib
|
namespace PeLib
|
||||||
{
|
{
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
#include <getpot/getpot.hpp>
|
#include <getpot/GetPot>
|
||||||
#include <utils.h>
|
#include <utils.h>
|
||||||
#include <firmware.h>
|
#include <firmware.h>
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <getpot/getpot.hpp>
|
#include <getpot/GetPot>
|
||||||
#include <file.h>
|
#include <file.h>
|
||||||
#include <firmware.h>
|
#include <firmware.h>
|
||||||
#include <utils.h>
|
#include <utils.h>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
#include <getpot/getpot.hpp>
|
#include <getpot/GetPot>
|
||||||
#include <file.h>
|
#include <file.h>
|
||||||
#include <updater.h>
|
#include <updater.h>
|
||||||
#include <utils.h>
|
#include <utils.h>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <getpot/getpot.hpp>
|
#include <getpot/GetPot>
|
||||||
#include <file.h>
|
#include <file.h>
|
||||||
#include <updater.h>
|
#include <updater.h>
|
||||||
#include <utils.h>
|
#include <utils.h>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <getpot/getpot.hpp>
|
#include <getpot/GetPot>
|
||||||
#include <cenc.h>
|
#include <cenc.h>
|
||||||
#include <crypt.h>
|
#include <crypt.h>
|
||||||
#include <file.h>
|
#include <file.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue