Jump to content

RC.EXE: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
Line 2: Line 2:


==Versions==
==Versions==
1996: Version 4.0 - Warp 4, Disk 35, LINK
*1995: Warp Connect, Disk 7, LINK
2000-10-10: Version 4.00.011
*1996: Version 4.0 - Warp 4, Disk 35, LINK
*2000-10-10: Version 4.00.011


==Command==
==Command==

Revision as of 16:20, 24 August 2016

This file belongs to the Resource Compiler

Versions

  • 1995: Warp Connect, Disk 7, LINK
  • 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>;...

Links