Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> rc (link script command)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RC (link script command)
------------------------------------------------------------------------------
 Purpose:
 Specify a resource file to be included in the executable file.

 Syntax:
 RC [-m] resfilename[.RES]

 Default:
 None.

 Description:
 This command specifies that the resource file resfilename should be included
 in the output file.

 The -m option causes Blinker to set the multiple instance flag for the
 program. The other options traditionally set with the resource compiler can
 be set using module definition commands.

 The Watcom resource compiler WRC requires the -zm option to output MS format
 16 bit resources which can then be used with the Blinker RC command.WRC must
 be used for the second resource compiler pass with 32 bit programs, however,
 because it uses a non standard 32 bit resource file format.

 Example:
 # Include the resource file MYRES.RES in the output file
 RC MYRES

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson