Jump to content

RC.EXE

From EDM2
Revision as of 23:18, 24 August 2016 by Ak120 (talk | contribs) (Versions)

This file belongs to the Resource Compiler

Versions

  • 1993: 2.01.000 - OS/2 2.0 (XR06100), Developer's Toolkit for OS/2 2.1
  • 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