* extend help dialog for preprocessor defines in project setup to assign values to defines * make documentation consistent with message box
This commit is contained in:
@@ -2131,7 +2131,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Compiler Flags</th>
|
||||
<td><p>Define additional compiler flags used during indexing including the dash (e.g. use <code>-D RELEASE</code> to add a <code>#define</code> for <code>RELEASE</code>).</p><p>For instructions on how to add paths see <a href="#PathListBox">Path List Box</a>.</p></td>
|
||||
<td><p>Define additional compiler flags used during indexing including the dash (e.g. use <code>-DRELEASE</code> to add a <code>#define</code> for <code>RELEASE</code>).</p><p>For instructions on how to add paths see <a href="#PathListBox">Path List Box</a>.</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Precompiled Header File</th>
|
||||
@@ -2194,7 +2194,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Additional Compiler Flags</th>
|
||||
<td><p>Define additional compiler flags used during indexing including the dash (e.g. use <code>-D RELEASE</code> to add a <code>#define</code> for <code>RELEASE</code>).</p><p>For instructions on how to add paths see <a href="#PathListBox">Path List Box</a>.</p></td>
|
||||
<td><p>Define additional compiler flags used during indexing including the dash (e.g. use <code>-DRELEASE</code> to add a <code>#define</code> for <code>RELEASE</code>).</p><p>For instructions on how to add paths see <a href="#PathListBox">Path List Box</a>.</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Precompiled Header File</th>
|
||||
@@ -2287,7 +2287,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Additional Compiler Flags</th>
|
||||
<td><p>Define additional compiler flags used during indexing including the dash (e.g. use <code>-D RELEASE</code> to add a <code>#define</code> for <code>RELEASE</code>).</p><p>For instructions on how to add paths see <a href="#PathListBox">Path List Box</a>.</p></td>
|
||||
<td><p>Define additional compiler flags used during indexing including the dash (e.g. use <code>-DRELEASE</code> to add a <code>#define</code> for <code>RELEASE</code>).</p><p>For instructions on how to add paths see <a href="#PathListBox">Path List Box</a>.</p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user