2012-06-20 19:02 UTC+0200 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
* marked the file as UTF8
* added accent to my own name. let's see on which platforms
and configs it appears alright (second "a" should appear
with an acute accent: "a'")
[ms-dos and OS/2 is not expected to work]
This commit is contained in:
@@ -16,6 +16,14 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-06-20 19:02 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
* marked the file as UTF8
|
||||
* added accent to my own name. let's see on which platforms
|
||||
and configs it appears alright (second "a" should appear
|
||||
with an acute accent: "a'")
|
||||
[ms-dos and OS/2 is not expected to work]
|
||||
|
||||
2012-06-20 17:13 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* INSTALL
|
||||
% tuned to not require regular updates when new versions of
|
||||
|
||||
@@ -13577,7 +13577,7 @@ STATIC PROCEDURE ShowHeader( hbmk )
|
||||
LOCAL cTrsTextI
|
||||
|
||||
OutStd( "Harbour Make (" + _SELF_NAME_ + ") " + HBRawVersion() + _OUT_EOL +;
|
||||
"Copyright (c) 1999-2012, Viktor Szakats" + _OUT_EOL +;
|
||||
"Copyright (c) 1999-2012, Viktor Szakáts" + _OUT_EOL +;
|
||||
"http://harbour-project.org/" + _OUT_EOL )
|
||||
|
||||
IF !( hbmk[ _HBMK_cUILNG ] == "en" ) .AND. ;
|
||||
|
||||
Reference in New Issue
Block a user