RC.EXE: Difference between revisions
Appearance
Created page with "This file belongs to the Resource Compiler ==Versions== IBM - Version 4.00.011 Oct 10 2000 ==Command== <PRE> Usage: rc [<options>] <.RC input file> [<.EXE output fil..." |
No edit summary |
||
Line 2: | Line 2: | ||
==Versions== | ==Versions== | ||
1996: Version 4.0 - Warp 4, Disk 35, LINK | |||
2000-10-10: Version 4.00.011 | |||
==Command== | ==Command== | ||
Line 23: | Line 24: | ||
Environment variables: | Environment variables: | ||
DBCS=cp | lb,tb,... | DBCS=cp | lb,tb,... | ||
TMP=<temporary file path> | TMP=<temporary file path> | ||
TEMP=<temporary file path> | TEMP=<temporary file path> | ||
INCLUDE=<include file path>;... | INCLUDE=<include file path>;... | ||
</PRE> | |||
==Links== | |||
[[Category:Files]] | [[Category:Files]] |
Revision as of 15:53, 24 August 2016
This file belongs to the Resource Compiler
Versions
1996: Version 4.0 - Warp 4, Disk 35, LINK 2000-10-10: Version 4.00.011
Command
Usage: rc [<options>] <.RC input file> [<.EXE output file>] or: rc [<options>] <.RES input file> [<.EXE output file>] or: rc [<options>] -r <.RC input file> [<.RES output file>] Options:-d defname - Preprocessor define -Ddefname - Preprocessor define -i path - Include file path -r - Create .res file -p - Pack - 386 resources will not cross 64K boundaries -x[1|2] - Exepack - Compress resources, using method 1 or 2 -cc cc - Country code -cp cp | lb,tb,... - DBCS codepage or lead/trail byte info. -n - Don't show logo -w2 - Suppress warnings -? - Access Help -h - Access Help Environment variables: DBCS=cp | lb,tb,... TMP=<temporary file path> TEMP=<temporary file path> INCLUDE=<include file path>;...