updated localization, manuals regenerated (semi-automatic)

This commit is contained in:
Viktor Szakats
2013-03-30 16:45:20 +01:00
parent bc24dba6be
commit 88df0f9ab4
17 changed files with 7353 additions and 7350 deletions

View File

@@ -55,11 +55,11 @@ Options:
- **\-nolibgrouping\[\-\]** disable library grouping on gcc based compilers
- **\-nomiscsyslib\[\-\]** do not add extra list of system libraries to default library list
- **\-traceonly** show commands to be executed, but do not execute them
- **\-warn=<lev>** set C compiler warning level
<lev> can be: max, yes, low, no, def \(default: yes\)
- **\-warn=<level>** set C compiler warning level
<level> can be: max, yes, low, no, def \(default: yes\)
- **\-safe\[\-\]** enable safety options in C compiler/linker \(default: enabled on Windows, disabled on other systems\)
- **\-compr=<lev>** compress executable/dynamic lib \(needs UPX tool\)
<lev> can be: yes, no, min, max
- **\-compr=<level>** compress executable/dynamic lib \(needs UPX tool\)
<level> can be: yes, no, min, max
- **\-run\[\-\]** run/do not run output executable
- **\-vcshead=<file>** generate \.ch header file with local repository information\. Git, SVN, Mercurial, Bazaar, Fossil, CVS and Monotone are currently supported\. Generated header will define preprocessor constant \_HBMK\_VCS\_TYPE\_ with the name of detected VCS and \_HBMK\_VCS\_ID\_ with the unique ID of local repository\. If no VCS system is detected, a sequential number will be rolled automatically on each build\.
- **\-tshead=<file>** generate \.ch header file with timestamp information\. Generated header will define preprocessor constants \_HBMK\_BUILD\_DATE\_, \_HBMK\_BUILD\_TIME\_, \_HBMK\_BUILD\_TIMESTAMP\_ with the date/time of build