2013-03-16 12:15 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.*.po
* utils/hbmk2/hbmk2.prg
* changed order of VCS systems in help
* config/global.mk
- deleted commented svn support
* tests/stripsvn.hb -> tests/stripid.hb
* avoid the word 'svn'
This commit is contained in:
@@ -10,6 +10,17 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2013-03-16 12:15 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* utils/hbmk2/hbmk2.*.po
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
* changed order of VCS systems in help
|
||||
|
||||
* config/global.mk
|
||||
- deleted commented svn support
|
||||
|
||||
* tests/stripsvn.hb -> tests/stripid.hb
|
||||
* avoid the word 'svn'
|
||||
|
||||
2013-03-16 12:10 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* README.txt
|
||||
* minor to git clone
|
||||
|
||||
@@ -1735,13 +1735,6 @@ ifeq ($(HB_INIT_DONE),)
|
||||
$(info ! HB_INSTALL_PREFIX automatically set to: $(HB_INSTALL_PREFIX))
|
||||
endif
|
||||
ifeq ($(ROOT),./)
|
||||
# ifneq ($(call find_in_path,svnversion),)
|
||||
# _tmp := $(shell svnversion .)
|
||||
# ifneq ($(findstring M,$(_tmp)),)
|
||||
# $(info ! === WARNING: Locally modified source code ===)
|
||||
# endif
|
||||
# $(info ! REVISION: $(_tmp))
|
||||
# endif
|
||||
ifneq ($(wildcard .git),)
|
||||
ifneq ($(call find_in_path,git),)
|
||||
_tmp := $(shell git diff --name-only --quiet)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Strips svn headers from source files
|
||||
* Strips VCS id headers from source files
|
||||
*
|
||||
* Copyright 2013 Viktor Szakats (harbour syenar.net)
|
||||
* www - http://harbour-project.org
|
||||
@@ -818,8 +818,8 @@ msgstr "archivo de opciones %1$s en directorio de %2$s siempre es procesado si e
|
||||
|
||||
#: hbmk2.prg:7942 hbmk2.prg:11633 hbmk2.prg:13102
|
||||
#, c-format
|
||||
msgid "generate .ch header file with local repository information. SVN, CVS, Git, Mercurial, Bazaar, Fossil 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"
|
||||
msgstr "genera archivo .ch con información de repositorio local. SVN, CVS, Git, Mercurial, Bazaar, Fossil y Monotone están actualmente soportadas. Archivo de cabecera generado contendrá macro _HBMK_VCS_TYPE_ con en nombre de VCS detectado y _HBMK_VCS_ID_ con ID único del repositorio local"
|
||||
msgid "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"
|
||||
msgstr "genera archivo .ch con información de repositorio local. Git, SVN, Mercurial, Bazaar, Fossil, CVS y Monotone están actualmente soportadas. Archivo de cabecera generado contendrá macro _HBMK_VCS_TYPE_ con en nombre de VCS detectado y _HBMK_VCS_ID_ con ID único del repositorio local"
|
||||
|
||||
#: hbmk2.prg:5805 hbmk2.prg:8785 hbmk2.prg:9362
|
||||
#, c-format
|
||||
|
||||
@@ -819,8 +819,8 @@ msgstr "hozzon létre egy .ch fejlécet időpont adatokkal. Generált fejléc _H
|
||||
|
||||
#: hbmk2.prg:7941 hbmk2.prg:11633 hbmk2.prg:13102
|
||||
#, c-format
|
||||
msgid "generate .ch header file with local repository information. SVN, CVS, Git, Mercurial, Bazaar, Fossil 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"
|
||||
msgstr "hozzon létre egy .ch fejlécet a helyi források verziókövető (VCS) adatbázisbeli adataival. SVN, CVS, Git, Mercurial, Bazaar, Fossil és Monotone támogatottak. Generált fejléc _HBMK_VCS_TYPE_ makrója adja vissza a VCS típusát, míg _HBMK_VCS_ID_ az aktuális állapot egyedi azonosítóját"
|
||||
msgid "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"
|
||||
msgstr "hozzon létre egy .ch fejlécet a helyi források verziókövető (VCS) adatbázisbeli adataival. Git, SVN, Mercurial, Bazaar, Fossil, CVS és Monotone támogatottak. Generált fejléc _HBMK_VCS_TYPE_ makrója adja vissza a VCS típusát, míg _HBMK_VCS_ID_ az aktuális állapot egyedi azonosítóját"
|
||||
|
||||
#: hbmk2.prg:6846 hbmk2.prg:10111 hbmk2.prg:10837
|
||||
#, c-format
|
||||
|
||||
@@ -15705,7 +15705,7 @@ STATIC PROCEDURE ShowHelp( hbmk, lMore, lLong )
|
||||
{ "-safe[-]" , I_( e"enable safety options in C compiler/linker (default: enabled on Windows, disabled on other systems)" ) }, ;
|
||||
{ "-compr=<lev>" , I_( e"compress executable/dynamic lib (needs UPX tool)\n<lev> can be: yes, no, min, max" ) }, ;
|
||||
{ "-run[-]" , I_( "run/do not run output executable" ) }, ;
|
||||
{ "-vcshead=<file>" , I_( "generate .ch header file with local repository information. SVN, CVS, Git, Mercurial, Bazaar, Fossil 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." ) }, ;
|
||||
{ "-vcshead=<file>" , I_( "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>" , I_( "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" ) }, ;
|
||||
{ "-icon=<file>" , I_( "set <file> as application icon. <file> should be a supported format on the target platform (not supported by some platforms/compilers). On Windows, it is implemented by generating and linking a resource file." ) }, ;
|
||||
{ "-manifest=<file>" , I_( "embed manifest <file> in executable/dynamic lib (Windows only)" ) }, ;
|
||||
|
||||
@@ -818,8 +818,8 @@ msgstr "O arquivo de configuração %1$s no diretório do %2$s sempre ser proces
|
||||
|
||||
#: hbmk2.prg:7942 hbmk2.prg:11633 hbmk2.prg:13102
|
||||
#, c-format
|
||||
msgid "generate .ch header file with local repository information. SVN, CVS, Git, Mercurial, Bazaar, Fossil 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"
|
||||
msgstr "gera um arquivo .ch com informações do repositório local. SVN, CVS, Git, Mercurial, Bazaar, Fossil e Monotone estão entre as ferramentas atualmente suportadas. O arquivo gerado conterá a diretriva _HBMK_VCS_TYPE_ com o nome do VCS detectado e _HBMK_VCS_ID_ com o unique ID do repositório local"
|
||||
msgid "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"
|
||||
msgstr "gera um arquivo .ch com informações do repositório local. Git, SVN, Mercurial, Bazaar, Fossil, CVS e Monotone estão entre as ferramentas atualmente suportadas. O arquivo gerado conterá a diretriva _HBMK_VCS_TYPE_ com o nome do VCS detectado e _HBMK_VCS_ID_ com o unique ID do repositório local"
|
||||
|
||||
#: hbmk2.prg:5805 hbmk2.prg:8785 hbmk2.prg:9362
|
||||
#, c-format
|
||||
|
||||
Reference in New Issue
Block a user