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> ...@@ -2878,11 +2878,11 @@ tab in the terminal field.</p>
</div> </div>
<div class="section"> <div class="section">
<h4><a class="toc-backref" href="#id143" id="set-build-commands" name="set-build-commands">Set Build Commands</a></h4> <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 <p>By default Compile, Build and Execute are fairly basic commands. You
linker with only the basic arguments needed by all programs. Using may wish to customise them using <em>Set Build Commands</em>.</p>
<em>Set Build Commands</em> you can add any include paths and compile <p>E.g. for C you can add any include paths and compile flags for the
flags for the compiler, any library names and paths for the linker, compiler, any library names and paths for the linker, and any
and any arguments you want to use when running Execute.</p> arguments you want to use when running Execute.</p>
</div> </div>
</div> </div>
<div class="section"> <div class="section">
...@@ -6354,7 +6354,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE.</p> ...@@ -6354,7 +6354,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE.</p>
<div class="footer"> <div class="footer">
<hr class="footer" /> <hr class="footer" />
<a class="reference" href="geany.txt">View document source</a>. <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. 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> </div>
......
...@@ -2642,11 +2642,12 @@ tab in the terminal field. ...@@ -2642,11 +2642,12 @@ tab in the terminal field.
Set Build Commands Set Build Commands
`````````````````` ``````````````````
By default the Compile and Build commands invoke the GCC compiler and By default Compile, Build and Execute are fairly basic commands. You
linker with only the basic arguments needed by all programs. Using may wish to customise them using *Set Build Commands*.
*Set Build Commands* you can add any include paths and compile
flags for the compiler, any library names and paths for the linker, E.g. for C you can add any include paths and compile flags for the
and any arguments you want to use when running Execute. compiler, any library names and paths for the linker, and any
arguments you want to use when running Execute.
Build Menu Configuration 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