2011-02-09 02:12 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbplist
- contrib/hbrunext
+ contrib/hbrun
* doc/dirstruc.txt
* Renamed hbrunext to hbrun. Step #1.
* utils/hbmk2/hbmk2.prg
* utils/hbmk2/hbmk2.pt_BR.po
* utils/hbmk2/hbmk2.hu_HU.po
* utils/hbmk2/hbmk2.es_PE.po
! One English word.
This commit is contained in:
@@ -16,6 +16,19 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-02-09 02:12 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbplist
|
||||
- contrib/hbrunext
|
||||
+ contrib/hbrun
|
||||
* doc/dirstruc.txt
|
||||
* Renamed hbrunext to hbrun. Step #1.
|
||||
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
* utils/hbmk2/hbmk2.pt_BR.po
|
||||
* utils/hbmk2/hbmk2.hu_HU.po
|
||||
* utils/hbmk2/hbmk2.es_PE.po
|
||||
! One English word.
|
||||
|
||||
2011-02-08 23:22 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* Makefile
|
||||
* contrib/Makefile
|
||||
|
||||
@@ -39,7 +39,7 @@ hbnf/hbnf.hbp
|
||||
hbodbc/hbodbc.hbp
|
||||
hbpgsql/hbpgsql.hbp
|
||||
hbqt/hbqt_all.hbp
|
||||
hbrunext/hbrunext.hbp
|
||||
hbrun/hbrunext.hbp
|
||||
hbsms/hbsms.hbp
|
||||
hbsqlit3/hbsqlit3.hbp # uses: sqlite3 (locally hosted)
|
||||
hbssl/hbssl.hbp
|
||||
|
||||
@@ -147,6 +147,9 @@ track of all files (read the FAQ if you don't know what SVN is).
|
||||
| | |
|
||||
| | +---tests - Test programs.
|
||||
| |
|
||||
| +---hbrun - Standalone Harbour Portable Object file runner,
|
||||
| | and a "dot prompt" console for the Harbour language.
|
||||
| |
|
||||
| +---hbsqlit3 - Interface for SQLite 3.x library.
|
||||
| | |
|
||||
| | +---sqlite3 - An amalgamation of SQLite core library.
|
||||
@@ -393,9 +396,6 @@ track of all files (read the FAQ if you don't know what SVN is).
|
||||
| |
|
||||
| +---examples - Usage examples.
|
||||
|
|
||||
+---hbrun - Standalone Harbour Portable Object file runner,
|
||||
| and a "dot prompt" console for the Harbour language.
|
||||
|
|
||||
+---hbtest - Regression tests for the Run-Time library.
|
||||
|
||||
|
||||
|
||||
@@ -1293,7 +1293,7 @@ msgstr ""
|
||||
|
||||
#: hbmk2.prg:7268
|
||||
#, c-format
|
||||
msgid "Dependency '%1$s' forcefully disabled"
|
||||
msgid "Dependency '%1$s' forcibly disabled"
|
||||
msgstr ""
|
||||
|
||||
#: hbmk2.prg:7314
|
||||
|
||||
@@ -1289,7 +1289,7 @@ msgstr ""
|
||||
|
||||
#: hbmk2.prg:7268
|
||||
#, c-format
|
||||
msgid "Dependency '%1$s' forcefully disabled"
|
||||
msgid "Dependency '%1$s' forcibly disabled"
|
||||
msgstr ""
|
||||
|
||||
#: hbmk2.prg:7314
|
||||
|
||||
@@ -7489,7 +7489,7 @@ STATIC FUNCTION dep_evaluate( hbmk )
|
||||
ELSE
|
||||
IF dep[ _HBMKDEP_lForced ]
|
||||
IF hbmk[ _HBMK_lInfo ]
|
||||
hbmk_OutStd( hbmk, hb_StrFormat( I_( "Dependency '%1$s' forcefully disabled" ), dep[ _HBMKDEP_cName ] ) )
|
||||
hbmk_OutStd( hbmk, hb_StrFormat( I_( "Dependency '%1$s' forcibly disabled" ), dep[ _HBMKDEP_cName ] ) )
|
||||
ENDIF
|
||||
lAnyForcedOut := .T.
|
||||
LOOP
|
||||
|
||||
@@ -1293,7 +1293,7 @@ msgstr ""
|
||||
|
||||
#: hbmk2.prg:7268
|
||||
#, c-format
|
||||
msgid "Dependency '%1$s' forcefully disabled"
|
||||
msgid "Dependency '%1$s' forcibly disabled"
|
||||
msgstr ""
|
||||
|
||||
#: hbmk2.prg:7314
|
||||
|
||||
Reference in New Issue
Block a user