~ubuntu-branches/ubuntu/maverick/icoutils/maverick

« back to all changes in this revision

Viewing changes to extresso/genresscript.1

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2005-05-26 15:15:36 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050526151536-uzg8vlhedkx1nwcx
Tags: 0.25.0-1
* New upstream release.
  - 'make distclean' fixed; revert workarounds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\"                                      Hey, EMACS: -*- nroff -*-
2
 
.TH ICOUTILS 1 "February 22, 2001"
3
 
.\" Please adjust this date whenever revising the manpage.
 
1
.\"                                      -*- nroff -*-
 
2
.\" genresscript.1 - Manual page for genresscript.
 
3
.\"
 
4
.\" Copyright (C) 2001 Colin Watson
 
5
.\" Copyright (C) 2001-2005 Oskar Liljeblad
 
6
.\"
 
7
.\" This file is part of the icoutils.
 
8
.\"
 
9
.\" This program is free software; you can redistribute it and/or modify
 
10
.\" it under the terms of the GNU General Public License as published by
 
11
.\" the Free Software Foundation; either version 2 of the License, or
 
12
.\" (at your option) any later version.
 
13
.\"
 
14
.\" This program is distributed in the hope that it will be useful,
 
15
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
.\" GNU Library General Public License for more details.
 
18
.\"
 
19
.\" You should have received a copy of the GNU General Public License
 
20
.\" along with this program; if not, write to the Free Software
 
21
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
22
.\"
 
23
.TH GENRESSCRIPT "1" "April 18, 2005" "genresscript (icoutils)"
4
24
.SH NAME
5
 
genresscript \- generate resource script from Windows binaries
 
25
genresscript \- generate resource script from PE and NE binaries
6
26
.SH SYNOPSIS
7
27
.B genresscript
8
28
.RI [ FILE ]...
11
31
This manual page was written for the Debian GNU distribution
12
32
because the original program does not have a manual page.
13
33
.PP
14
 
Genresscript takes any number of Windows binaries, and outputs a
 
34
Genresscript takes any number of PE or NE binaries, and outputs a
15
35
resource script with all resources from the binaries listed.
16
36
(Everything but the destination filename will be filled in in the script.)
17
37
This is useful when you already have extracted images and want to
23
43
.SH AUTHOR
24
44
This manual page was written by Colin Watson <cjwatson@debian.org>
25
45
for the Debian GNU system (but may be used by others).
 
46
.SH COPYRIGHT
 
47
Copyright \(co 2001 Colin Watson
 
48
 
 
49
Copyright \(co 2001-2005 Oskar Liljeblad
 
50
 
 
51
This is free software; see the source for copying conditions.  There is NO
 
52
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.