blob: ea84a4bae3ed9d84f2f5dd7a1793a394b1c7e275 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
These utilities help clean up #include file usage:
pgfixinclude change #include's to <> or ""
pgrminclude [-v]
remove extra #include's
pgcompinclude [-v]
report which #include files can not compile on their own
pgdefine create macro calls for all defines in the file (used by
the above routines)
|