From e7e0517f41ccb05f44020e2be85d96e64a457140 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 30 Mar 2012 17:38:57 +0000 Subject: [PATCH] 2012-03-30 19:38 UTC+0200 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg ! fixed foreign make file conversion to add comment prefix for original filename included in .hbp file + .xbp conversion will add -hblib and -hbdyn if filename contains .lib and .dll respectively. (not sure how is this official rule or just convention or anything) --- harbour/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 137710cc6a..d6589ae751 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,14 @@ The license applies to all entries newer than 2009-04-28. */ +2012-03-30 19:38 UTC+0200 Viktor Szakats (harbour syenar.net) + * utils/hbmk2/hbmk2.prg + ! fixed foreign make file conversion to add comment + prefix for original filename included in .hbp file + + .xbp conversion will add -hblib and -hbdyn if filename + contains .lib and .dll respectively. (not sure how + is this official rule or just convention or anything) + 2012-03-30 19:06 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/xhb/filestat.c + switched from HB_TCHAR_* macros to Str API