mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-25 20:11:16 +02:00
codetools: examples: comments
git-svn-id: trunk@56278 -
This commit is contained in:
parent
49e39f4de3
commit
73db65e4ae
@ -22,7 +22,7 @@
|
||||
|
||||
Abstract:
|
||||
Demonstration of how to add the missing IFDEFs, that h2pas forgets to add
|
||||
and to remove unneeded IFDEFs.
|
||||
to the implementation, and how to remove unneeded IFDEFs.
|
||||
|
||||
Usage:
|
||||
fixh2pasdirectives [-name1] [+name2] ... [filename]
|
||||
@ -33,7 +33,7 @@
|
||||
that means {$IFDEF NAME} will be true.
|
||||
All other macros are treated as 'any'.
|
||||
Names are case insensitive.
|
||||
Otherwise the parameter is used a filename to load.
|
||||
Otherwise the parameter is used as a filename to load.
|
||||
Example:
|
||||
|
||||
./fixh2pasdirectives -ENDIAN_BIG -Debug +FPC scanexamples/missingh2pasdirectives.pas
|
||||
|
Loading…
Reference in New Issue
Block a user