summaryrefslogtreecommitdiff
path: root/utils/zenutils/libraries/pelib-0.9/pelib/readme.txt
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2008-07-11 16:51:25 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2008-07-11 16:51:25 +0000
commitca5bb76d2b8f65aa97e50b633f828c1deb241526 (patch)
tree453a1b2de3a0dc0d0b2f7080d10d033bf8fbcdf1 /utils/zenutils/libraries/pelib-0.9/pelib/readme.txt
parent141774be48940d56e3ad4dbf451d245b61d4f8b2 (diff)
downloadrockbox-ca5bb76d2b8f65aa97e50b633f828c1deb241526.tar.gz
rockbox-ca5bb76d2b8f65aa97e50b633f828c1deb241526.zip
Delete the svn:executable property and set svn:eol-style to native for all those text files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18012 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/zenutils/libraries/pelib-0.9/pelib/readme.txt')
-rw-r--r--[-rwxr-xr-x]utils/zenutils/libraries/pelib-0.9/pelib/readme.txt86
1 files changed, 43 insertions, 43 deletions
diff --git a/utils/zenutils/libraries/pelib-0.9/pelib/readme.txt b/utils/zenutils/libraries/pelib-0.9/pelib/readme.txt
index b26a3e5287..65f289a8fe 100755..100644
--- a/utils/zenutils/libraries/pelib-0.9/pelib/readme.txt
+++ b/utils/zenutils/libraries/pelib-0.9/pelib/readme.txt
@@ -1,44 +1,44 @@
1PeLib - Version 0.09 (alpha release) 1PeLib - Version 0.09 (alpha release)
2========================================= 2=========================================
3 3
4Copyright 2004 by Sebastian Porst 4Copyright 2004 by Sebastian Porst
5WWW: http://www.pelib.com 5WWW: http://www.pelib.com
6E-Mail: webmaster@the-interweb.com 6E-Mail: webmaster@the-interweb.com
7 7
8========================================= 8=========================================
9 9
101. What is PeLib? 101. What is PeLib?
112. Where can I find a documentation of PeLib DLL? 112. Where can I find a documentation of PeLib DLL?
123. Which license is used for PeLib? 123. Which license is used for PeLib?
134. Which compilers are being supported? 134. Which compilers are being supported?
145. How do I compile PeLib? 145. How do I compile PeLib?
15 15
161. What is PeLib DLL? 161. What is PeLib DLL?
17 PeLib is an open-source C++ library to modify 17 PeLib is an open-source C++ library to modify
18 PE files. See http://www.pelib.com for more details. 18 PE files. See http://www.pelib.com for more details.
19 19
202. Where can I find a documentation of PeLib DLL? 202. Where can I find a documentation of PeLib DLL?
21 http://www.pelib.com 21 http://www.pelib.com
22 22
233. All parts of PeLib are distributed under the zlib/libpng license. 233. All parts of PeLib are distributed under the zlib/libpng license.
24 See license.htm for details. 24 See license.htm for details.
25 25
264. The following compilers have been tested: 264. The following compilers have been tested:
27 MingW with g++ 3.2.3 27 MingW with g++ 3.2.3
28 Visual C++ 7.1 / Compiler version 13.10.3052 28 Visual C++ 7.1 / Compiler version 13.10.3052
29 Borland C++ 5.6.4 (currently not supported) 29 Borland C++ 5.6.4 (currently not supported)
30 Digital Mars Compiler 8.38n (currently not supported) 30 Digital Mars Compiler 8.38n (currently not supported)
31 31
325. Go into the PeLib/source directory and enter the following lines 325. Go into the PeLib/source directory and enter the following lines
33 depending on which compiler you use. 33 depending on which compiler you use.
34 34
35 g++: make -f makefile.g++ 35 g++: make -f makefile.g++
36 Borland C++: make -f makefile.bcc (currently not supported) 36 Borland C++: make -f makefile.bcc (currently not supported)
37 Visual C++ 7.1: nmake makefile.vc7 37 Visual C++ 7.1: nmake makefile.vc7
38 Digital Mars: make makefile.dmc (currently not supported) 38 Digital Mars: make makefile.dmc (currently not supported)
39 39
40 If the compilation is succesful there should be some *.o/*.obj files 40 If the compilation is succesful there should be some *.o/*.obj files
41 and (if you used g++) a PeLib.a file in the lib directory. 41 and (if you used g++) a PeLib.a file in the lib directory.
42 Then go to the examples directory and pick one example (I 42 Then go to the examples directory and pick one example (I
43 suggest FileDump) and try to build it with the same make 43 suggest FileDump) and try to build it with the same make
44 command as above. \ No newline at end of file 44 command as above. \ No newline at end of file