updated localization, manuals regenerated (semi-automatic)

This commit is contained in:
Viktor Szakats
2013-04-04 03:53:38 +02:00
parent e2b40f48fb
commit dbbe6b4170
10 changed files with 503 additions and 489 deletions

View File

@@ -237,7 +237,7 @@ Files:
- **\*\.hbp** project file\. Can contain any number of command\-line options, which are expected to create an output\. Lines beginning with '\#' character are ignored, otherwise newline is optional and options are space separated, just like on the command\-line\. You must enclose option containing space in double quotes\. Each \.hbp file reference will be executed as a sub\-project\.
- **\*\.hbm** collection of options\. Can be used to collect common ones into a file and include that into project files\. Uses same format as \.hbp files\.
- **\*\.hbc** collection of options that accompany components \(aka 'libs', aka packages\)\. Use different syntax than command\-line and \.hbp/\.hbm files\. Lines beginning with '\#' character are ignored, each directive must be placed in separate lines\.
- **\*\.hbc** collection of options that accompany components \(aka 'libs', aka packages\)\. Use different syntax than command\-line and \.hbp/\.hbm files\. Lines beginning with '\#' character are ignored, each directive must be placed in separate line\.
- **\*\.ch** if passed directly as a source file, it will be used as additional standard header
- **hbmk\.hbc** standard \.hbc file that gets automatically processed, if present\. Possible location\(s\) \(in order of precedence\) \[\*\]: %APPDATA%\\\.harbour, <hbmk2 directory>
- **hbmk\.hbm** optional \.hbm file residing in current working directory, which gets automatically processed before other options
@@ -443,6 +443,7 @@ Environment variables:
- **depincpathlocal=** same as \-depincpathlocal= option
- **depimplibs=** same as \-depimplibs= option
- **depimplibd=** same as \-depimplibd= option
- **depfinish=** same as \-depfinish= option
- **name=** package name
- **description=** package description
- **version=<x\.y\.z>** package version number, where x,y,z >= 0 <= 255\. Defaults to 0\.0\.1, if not specified\.