Ipfcprep.exe: Difference between revisions
Appearance
Created page with "This is the IPFC Preprocessor. It came included in the IBM Device Driver Kit. Developed by Doug Haigh. ==Versions== {| class="wikitable" ! Date !!Version !! Size !! Comme..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
This is the IPFC Preprocessor. | This is the IPFC Preprocessor. It came included in the IBM Device Driver Kit. Developed by Doug Haigh. | ||
==Versions== | ==Versions== | ||
{| class="wikitable" | {|class="wikitable" | ||
! Date | !Date||Version||Size||Comments | ||
| | |||
| | |||
|- | |- | ||
|1999-06-30||2.1||34,236 bytes|| | |||
|} | |} | ||
Line 13: | Line 12: | ||
===Parameters=== | ===Parameters=== | ||
; /D : <define> can be just a symbol name or symbol='value' (No | ;/D: <define> can be just a symbol name or symbol='value' (No spaces!) | ||
;/W: Turn on warning messages | |||
; /W | ;/V: Print out lines as read in | ||
;/N: No resolving of artwork files | |||
; /V | ;/S: Ignore system '<>' include files | ||
; /N | |||
; /S | |||
[[Category:Files]] | [[Category:Files]] |
Revision as of 02:56, 14 December 2019
This is the IPFC Preprocessor. It came included in the IBM Device Driver Kit. Developed by Doug Haigh.
Versions
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