2013-03-28 03:22 UTC+0100 Viktor Szakats (harbour syenar.net)

* README.md
    * reverted to use ndashes

  * utils/hbmk2/hbmk2.prg
    % most option references changed to string variables,
      optimizing translatable strings and made them less
      dependent on changes in option names
    ! one typo in help

  * utils/hbmk2/*.po
    + regenerated. orphan translations deleted.

  * contrib/hbrun/hbrun.md
  * utils/hbmk2/hbmk2.md
    + regenerated
This commit is contained in:
Viktor Szakats
2013-03-28 03:22:57 +01:00
parent 457ac42a2a
commit ee3d2741d3
8 changed files with 8617 additions and 4166 deletions

View File

@@ -434,7 +434,7 @@ See: [How to Build](#how-to-build)
# How to Enable Optional Components
Certain Harbour parts—typically contrib packages—depend
Certain Harbour parts – typically contrib packages – depend
on 3rd party components. To make these Harbour parts built,you need
to tell Harbour where to find the headers for these 3rd party
components.
@@ -451,7 +451,7 @@ on *nix which aren't available through official package managers
(f.e. ADS Client).
Note that Harbour is tuned to use 3rd party binary packages in their
default, unmodified—"vanilla"—install layout created by their
default, unmodified – "vanilla" – install layout created by their
official/mainstream install kits. If you manually move, rename,
delete or add files under the 3rd party packages' root directory,
the default Harbour build process (especially Windows implib
@@ -505,7 +505,7 @@ locally hosted copy (inside Harbour source repository) of these packages,
where applicable. `nolocal` will explicitly disable using locally hosted
copy.
Certain contribs can be instructed—when using .hbc files—to
Certain contribs can be instructed – when using .hbc files – to
link against static build of their 3rd party lib dependencies (for
advanced users only):
@@ -743,7 +743,7 @@ sensitive.
Don't build any, or space separated `<l>` list of,
contrib packages. Please note it won't prevent
building packages which are dependencies of
other&mdash;enabled&mdash;packages.
other &ndash; enabled &ndash; packages.
- `HB_BUILD_CONTRIBS=[<l>]`
@@ -828,7 +828,7 @@ sensitive.
- `HB_CCSUFFIX=[<suffix>]`
Used with gcc compiler family to specify
compiler/linker tool name suffix&mdash;usually
compiler/linker tool name suffix &ndash; usually
version number.
## Cross-building
@@ -1329,7 +1329,7 @@ For all platforms you'll need two things:
* Supported ANSI C compiler
Your compiler of choice has to be placed in the PATH&mdash;and
Your compiler of choice has to be placed in the PATH &ndash; and
configured appropriately according to instructions.
If you use official Harbour binary distribution on Windows,
you already have MinGW compiler embedded in the installation,