Install OpenSSL 0.9.8y import libs
[msysgit.git] / mingw / doc / res2coff / README
blob78bbcf39c6493858a08c1f6c3b6dbddd37a1aad6
1 RES2COFF : a binary resource to COFF object format converter
3 First of all understand this :
5   *  THIS SOFTWARE IS NOT COPYRIGHTED
6   *
7   *  This source code is offered for use in the public domain. You may
8   *  use, modify or distribute it freely.
9   *
10   *  This code is distributed in the hope that it will be useful but
11   *  WITHOUT ANY WARRANTY. ALL WARRENTIES, EXPRESS OR IMPLIED ARE HEREBY
12   *  DISCLAMED. This includes but is not limited to warrenties of
13   *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15 Second, should you reuse it, I'd really appretiate a reference to this 
16 software. Blessings (if the program is useful to you), why not. Blamings,
17 none.
19 Now how to use it:
21 res2coff [-v] -i <resource file> -o <object file>
23 Both the resource and the object file have to be fully qualified and include
24 the extension. I never assume anything about files.
26 the -v flag will turn on a verbose mode which will show you a
27 short recap of all resources found in the resource file.
29 Revision history:
31 v1.00 First 'working' version using Jacob Navia's lccwin32
32 v1.10 Ported to the Minimalist GNUWIN32 with the win32 headers
33       from lccwin32, modified to pack system structures under GCC
34 v1.20 Sorts the string tables found and now passes the tests
35       in RCL 1.6.3
37 Enjoy
39 Pedro A. Aranda
40 paag@tid.es