%%index text=options%%
%%index text=setup%%
%%index text="conversion options"%%
<p>Use the &quot;File&#8594;Setup&quot; menu item or the
second toolbar button to set conversion options.
<br>&nbsp;<br>
</p>
%%img src=sc-options.png alt="&quot;Options&quot; dialog box"%%
<p><br>&nbsp;<br>You can configure:
</p>
<ul>
<li><b>General options</b>
<ul>
<li>%%index text=make%%<u>Use make mode</u><br>
Run conversions only if destination file does not exist or is not
up to date.
</li>
</ul>
</li>
<li><b>Output</b>
<ul>
<li>%%index text="line numbers"%%<u>Line numbers</u><br>
Write
<pre>
#line ...
</pre>
preprocessor instructions to C output file.<br>
If the C compiler produces diagnostic messages, file name and line
number will guide you to the origin of the problem.
</li>
</ul>
</li>
<li><b>Debug</b>
<ul>
<li>%%index text="debug output"%%<u>Create debug output</u><br>
Create C code writing debug messages to file or to standard
output for
<pre>
$? "..."
</pre>
instructions.<br>
Uncheck this option to produce C code for a release without
debug messages.
</li>
<li>%%index text="standard output"%%<u>Debug to standard output</u><br>
Produce C code writing debug messages to standard output instead of
a file.
</li>
<li>%%index text=timestamp%%<u>Include timestamp</u><br>
Include timestamp in debug messages.
</li>
<li>%%index text=trace%%<u>Use &quot;trace&quot; keyword</u><br>
Insert the &quot;trace&quot; keyword in debug messages.
</li>
<li>%%index text="wide character"%%<u>Wide-character support</u><br>
Produce both normal character and wide character code for debug
messages. Only needed on Windows systems.
</li>
</ul>
</li>
</ul>
