IPFC Preprocessor: Difference between revisions
Appearance
Created page with "IPFC Preprocessor is tool to expand the capabilities of the IPF Compiler. It provides additional function for the IPF Compiler that are necessary for both single sourcing ..." |
mNo edit summary |
||
Line 2: | Line 2: | ||
Author: Doug Haigh, IBM Raleigh, NC | Author: Doug Haigh, IBM Raleigh, NC | ||
==Versions== | |||
IPFCPREP.EXE was included with the IBM Device Driver Kit. | |||
{|class="wikitable" | |||
!Date||Version||Size||Comments | |||
|- | |||
|1999-06-30||2.1||34,236 bytes|| | |||
|} | |||
==Usage== | |||
ipfcprep filein fileout [-V] [-W] [-N] [-D <define>] | |||
===Parameters=== | |||
;/D: <define> can be just a symbol name or symbol='value' (No spaces!) | |||
;/W: Turn on warning messages | |||
;/V: Print out lines as read in | |||
;/N: No resolving of artwork files | |||
;/S: Ignore system '<>' include files | |||
[[Category:IBM EWS]] | [[Category:IBM EWS]] |
Latest revision as of 02:49, 23 February 2020
IPFC Preprocessor is tool to expand the capabilities of the IPF Compiler. It provides additional function for the IPF Compiler that are necessary for both single sourcing online documentation and hardcopy books (using BookMaster), and single sourcing of symbols for the developer and help panel writer. IPFC Preprocessor allows you to define symbols, create conditionally compiled sections of documents, include C language symbols (using #define) in help panels, create simple text macros (tags), and resolves searches for imbedded files and bitmaps to other directories.
Author: Doug Haigh, IBM Raleigh, NC
Versions
IPFCPREP.EXE was included with the IBM Device Driver Kit.
Date | Version | Size | Comments |
---|---|---|---|
1999-06-30 | 2.1 | 34,236 bytes |
Usage
ipfcprep filein fileout [-V] [-W] [-N] [-D <define>]
Parameters
- /D
- <define> can be just a symbol name or symbol='value' (No spaces!)
- /W
- Turn on warning messages
- /V
- Print out lines as read in
- /N
- No resolving of artwork files
- /S
- Ignore system '<>' include files