1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 5<meta http-equiv="Content-Style-Type" content="text/css"> 6<title>ctr_makecrr</title> 7<style type="text/css"> 8<!-- 9body { 10/* 11 font-size : 10pt; 12*/ 13 font-weight : normal; 14 color : #000000; 15 margin : 8px; 16} 17 18div { 19 width : 98%; 20 white-space : nowrap; 21} 22 23div.title { 24 text-align : left; 25 font-weight : bold; 26/* 27 font-size : 16pt; 28*/ 29 font-size : 150%; 30 color : #202020; 31 border-style : double; 32 border-width : 8px; 33 /* タイトルを囲む枠線の色を指定 */ 34 border-color : #CD202C; 35 36 /* RVLプラットフォーム系列 */ 37/* 38 border-color : #34beed; 39*/ 40 41 /* TWLプラットフォーム系列 */ 42/* 43 border-color : #ff458f; 44*/ 45 46 margin : 4px; 47 padding : 4px; 48} 49H1 { 50 font-size : 150%; 51 font-family : Arial; 52 border-bottom-width : 5px; 53 border-bottom-style : solid; 54 border-bottom-color : #CD202C; 55 padding-bottom : 1px; 56 margin-bottom : 20px; 57 letter-spacing : normal; 58 font-weight : bold; 59} 60 61h2 { 62 font-weight : bold; 63/* 64 font-size : 16pt; 65*/ 66 font-size : 150%; 67 border-style : none none solid double; 68 border-width : 0px 0px 2px 8px; 69 /* 見出しの線の色を指定 */ 70 border-color : #CD202C; 71 72 /* RVLプラットフォーム系列 */ 73/* 74 border-color : #34beed; 75*/ 76 77 /* TWLプラットフォーム系列 */ 78/* 79 border-color : #ff458f; 80*/ 81 82 margin-left : 2px; 83 padding-left : 4px; 84} 85CODE { 86 font-family : "Courier New", monospace; 87 left : 12px; 88 font-size : 10pt; 89} 90table { 91 margin: 0.5em 0 0.5em 1em; 92 padding-left : 0pt; 93 padding-right : 0pt; 94 font-family : Arial; 95 font-size : 0.8em; 96 border-style : none; 97} 98table table 99{ 100 border-collapse : collapse; 101 width : 90%; 102} 103table table td 104{ 105 border : solid 1px black; 106} 107th 108{ 109 white-space: nowrap; 110} 111 112td,th { 113 padding : 2pt; 114 border-width : 2pt; 115 border-style : none none none none; 116 font-style : normal; 117 text-align : left; 118} 119td { 120 background : #e8f4f4; 121 font-weight : normal; 122} 123th { 124 background : #c0d8d8; 125 font-weight : bold; 126} 127table tbody th 128{ 129 white-space: nowrap; 130 background : #e8f4f4; 131 font-weight : normal; 132 font-family: monospace; 133} 134 135p { 136 margin-left : 4px; 137} 138pre.code { 139 margin-left : 1em; 140 font-family : "Courier New", monospace; 141 left : 12px; 142 font-size : 10pt; 143 background : #e8f4f4; 144} 145 146--> 147</style> 148 149</head> 150<body> 151<a name="top"></a> <!-- ※注意事項 --> <!-- ・(任意)となっているものは、記載が無くても問題ありません。 --> <!-- ・各項目についてる(必須)や(任意)は、作成後に削除してください。 --> <!-- ・各項目内の書き方は、パッケージごとに自由で問題ありませんが、同じパッケージ内で違いがでないようにしてください。 --> <!-- ・タグはすべて小文字、終了タグを持たないものは「/>」で閉じてください。--> <!-- ・HTMLコードのインデントは、各種社内コード規約と同様にスペース4文字か4文字幅のタブになるようにしてください--> 152 153<h1><CODE>ctr_makecrr</CODE></h1> 154 155 156<h2><a name="intro">Introduction</a></h2> 157<p> 158 <CODE>ctr_makecrr</CODE> is a Windows program for creating <CODE>.crr</CODE> files from <CODE>.rlt</CODE> files that are created with <A href="ctr_makecro.html"><CODE>ctr_makecro</CODE></A>. 159</p> 160<p> 161 For more information, see the <a href="../TechnicalNotes/Dll/BuildSystemDevelopmentGuideForDllAdvanced.html" target="_parent">Guide to Developing a Build System (for High-Level DLLs)</a>. 162</p> 163 164 165 166 167 168<h2><a name="usage">How to Use</a></h2> 169 170<h3>What Is Required</h3> 171<p> 172 The following file is used for creating <CODE>.crr</CODE> files. 173</p> 174<ul> 175<li> An <CODE>.rlt</CODE> file created with <A href="ctr_makecro.html"><CODE>ctr_makecro</CODE></A>.</li> 176</ul> 177 178 179 180 181 182<h3>Commands</h3> 183 184<pre class="code"> 185% ctr_makecrr [-d] -o CRR_FILE -r RLT_FILE1 -r RLT_FILE2 ... 186</pre> 187 188 189<h4 >Options</h4> 190 191<table border="1" summary="options"> 192<thead> 193<tr> 194 <th>Options</th> 195 <th>Description</th> 196</tr> 197</thead> 198<tbody> 199<tr> 200 <th><code>-d</code></th> 201 <td> 202 When specified, this option includes the debugging information in the <CODE>.crr</CODE> file.<br/> To debug the source <CODE>.cro</CODE> file, this option must be specified when the <CODE>.crr</CODE> file is created. If this option is not specified, you cannot debug the <CODE>.cro</CODE> source file. 203 </td> 204</tr> 205<tr> 206 <th><CODE>-o OUTPUT_FILE</CODE></th> 207 <td>Specifies the file path for the output <CODE>.crr</CODE> file.</td> 208</tr> 209<tr> 210 <th><CODE>-r RLT_FILE</CODE></th> 211 <td> 212 Specifies the path of the input <CODE>.rlt</CODE> file.<br/> To include data from multiple <CODE>.rlt</CODE> files in a single <CODE>.crr</CODE> file, specify the <CODE>-r</CODE> option multiple times in the command. 213 </td> 214</tr> 215</tbody> 216</table> 217 218 219 220 221 222<h2><a name="history">Revision History</a></h2> 223 <dl class="history"> 224 <dt>2012/06/22</dt> 225 <dd>Initial version.</dd> 226 </dl> 227<hr><p>CONFIDENTIAL</p></body> 228</html>