Kaydet (Commit) 3cb18693 authored tarafından Nick Treleaven's avatar Nick Treleaven

Fix 'Set Build Commands' docs to be less C-specific.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5413 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst d4b23f9f
......@@ -2878,11 +2878,11 @@ tab in the terminal field.</p>
</div>
<div class="section">
<h4><a class="toc-backref" href="#id143" id="set-build-commands" name="set-build-commands">Set Build Commands</a></h4>
<p>By default the Compile and Build commands invoke the GCC compiler and
linker with only the basic arguments needed by all programs. Using
<em>Set Build Commands</em> you can add any include paths and compile
flags for the compiler, any library names and paths for the linker,
and any arguments you want to use when running Execute.</p>
<p>By default Compile, Build and Execute are fairly basic commands. You
may wish to customise them using <em>Set Build Commands</em>.</p>
<p>E.g. for C you can add any include paths and compile flags for the
compiler, any library names and paths for the linker, and any
arguments you want to use when running Execute.</p>
</div>
</div>
<div class="section">
......@@ -6354,7 +6354,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE.</p>
<div class="footer">
<hr class="footer" />
<a class="reference" href="geany.txt">View document source</a>.
Generated on: 2010-11-17 17:38 UTC.
Generated on: 2010-11-17 17:44 UTC.
Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
......
......@@ -2642,11 +2642,12 @@ tab in the terminal field.
Set Build Commands
``````````````````
By default the Compile and Build commands invoke the GCC compiler and
linker with only the basic arguments needed by all programs. Using
*Set Build Commands* you can add any include paths and compile
flags for the compiler, any library names and paths for the linker,
and any arguments you want to use when running Execute.
By default Compile, Build and Execute are fairly basic commands. You
may wish to customise them using *Set Build Commands*.
E.g. for C you can add any include paths and compile flags for the
compiler, any library names and paths for the linker, and any
arguments you want to use when running Execute.
Build Menu Configuration
^^^^^^^^^^^^^^^^^^^^^^^^
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment