ctr_makecrr

Introduction

ctr_makecrr is a Windows program for creating .crr files from .rlt files that are created with ctr_makecro.

For more information, see the Guide to Developing a Build System (for High-Level DLLs).

How to Use

What Is Required

The following file is used for creating .crr files.

Commands

% ctr_makecrr [-d] -o CRR_FILE -r RLT_FILE1 -r RLT_FILE2 ...

Options

Options Description
-d When specified, this option includes the debugging information in the .crr file.
To debug the source .cro file, this option must be specified when the .crr file is created. If this option is not specified, you cannot debug the .cro source file.
-o OUTPUT_FILE Specifies the file path for the output .crr file.
-r RLT_FILE Specifies the path of the input .rlt file.
To include data from multiple .rlt files in a single .crr file, specify the -r option multiple times in the command.

Revision History

2012/06/22
Initial version.

CONFIDENTIAL