mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-04-05 01:11:00 +00:00
More documentation
This commit is contained in:
parent
703b41cedd
commit
5dba662892
1 changed files with 13 additions and 3 deletions
16
doc.html
16
doc.html
|
@ -95,15 +95,15 @@
|
|||
<td>What it represents</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>__STD_GMQCC__</td>
|
||||
<td>GMQCC</td>
|
||||
<td>Specifies the current selected standard is gmqcc.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>__STD_FTEQCC__</td>
|
||||
<td>FTEQCC</td>
|
||||
<td>Specifies the current selected standard is fteqcc.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>__STD_QCC__</td>
|
||||
<td>QCC</td>
|
||||
<td>Specifies the current selected standard is qcc.</td>
|
||||
</tr>
|
||||
|
||||
|
@ -269,6 +269,16 @@
|
|||
<td>-memchk</td>
|
||||
<td>Turns on compiler memory leak checker</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>-Whelp or -W?</td>
|
||||
<td>Lists all warning options</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>-fhelp or -f?</td>
|
||||
<td>Liss all code generation options</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h3>Support or Contact</h3>
|
||||
<p>Having trouble with GMQCC? Join our IRC channel at #kf-engine on irc.freenode.net or contact <a href="mailto:cube2killfild@gmail.com">Us</a>
|
||||
|
|
Loading…
Reference in a new issue