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