logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

postw32 - Free Pascal Windows 32-bit executable post processor.

Description

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

Name

       postw32 - Free Pascal Windows 32-bit executable post processor.

Options

       takes the following options at this time:

       -ifile
              specifies the input file to process. This option is a short notation for the --input option.

       -h     Displays a short help message. This option is a short notation for the --help option.

       -msubsystem
              Set the subsystem (the application type) to either gui or console. Note  that  a  gui  application
              which  writes  to  the  command-line  will cause an error. This option is a short notation for the
              --subsystem option.

       -ssize
              Set the stack size to size bytes. This option is a short notation for the --stack option.

       -v     Be verbose about the operations that are performed. This  option  is  a  short  notation  for  the
              --verbose option.

       -VM.N Set  the  version  of the file to M.N , where M and N are 16 bit unsigned values. This option is a
              short notation for the --version option.

See Also

fpc(1) ppc386(1)

Free Pascal                                        12 Dec 1999                                           delp(1)

Synopsis

postw32[-vh][-msubsystem][-ifile][-Vversion][-ssize]

Usage

postw32  needs  at  least  2  options. One is the input filename (option -i ) and the other is one of the
       possible operations, with their arguments.

See Also