1delp(1)                FPC Windows binary post-processor               delp(1)
2
3
4

NAME

6       postw32 - Free Pascal Windows 32-bit executable post processor.
7
8

SYNOPSIS

10       postw32 [-vh] [-m subsystem] [-i file] [-V version] [-s size]
11
12

DESCRIPTION

14       postw32  does  some post-processing on a Windows 32 bit executable file
15       or library.  It can set the windows subsystem,  stack  size,  and  file
16       version.
17
18

USAGE

20       postw32  needs at least 2 options. One is the input filename (option -i
21       ) and the other is one of the possible  operations,  with  their  argu‐
22       ments.
23
24

OPTIONS

26       takes the following options at this time:
27
28       -i file
29              specifies  the  input  file  to  process. This option is a short
30              notation for the --input option.
31
32       -h     Displays a short help message. This option is a  short  notation
33              for the --help option.
34
35       -m subsystem
36              Set  the  subsystem (the application type) to either gui or con‐
37              sole. Note that a gui application which writes to  the  command-
38              line  will  cause  an error. This option is a short notation for
39              the --subsystem option.
40
41       -s size
42              Set the stack size to size bytes. This option is a  short  nota‐
43              tion for the --stack option.
44
45       -v     Be  verbose about the operations that are performed. This option
46              is a short notation for the --verbose option.
47
48       -V M.N Set the version of the file to M.N , where M and N  are  16  bit
49              unsigned  values. This option is a short notation for the --ver‐
50              sion option.
51
52
53

SEE ALSO

55              fpc(1) ppc386(1)
56
57
58
59Free Pascal                       12 Dec 1999                          delp(1)
Impressum