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)
This commit is contained in:
Viktor Szakats
2012-03-30 17:38:57 +00:00
parent 3fdb471750
commit e7e0517f41

View File

@@ -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