diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 25d0b350b7..39022a24f7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2011-01-28 01:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * utils/hbmk2/hbmk2.prg + * Cleaned up Harbour build specific information in generated + comment. + 2011-01-28 01:27 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added experimental support for creating extern headers in .hbx. diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index d0aafeaea3..d243356df2 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -11210,8 +11210,7 @@ STATIC FUNCTION __hb_extern_gen( aFuncList, cOutputName ) cExtern += hb_eol() cExtern += cLine cExtern += "/* WARNING: Automatically generated code below. DO NOT EDIT! */" + hb_eol() - cExtern += "/* Regenerate with HB_REBUILD_EXTERN=yes while using GCC */" + hb_eol() - cExtern += "/* compiler family. [vszakats] */" + hb_eol() + cExtern += "/* Regenerate using hbmk2 '-hbx=' option. */" + hb_eol() cExtern += cLine cExtern += hb_eol() cExtern += "#ifndef " + "__HBEXTERN_CH__" + Upper( FNameNameGet( cOutputName ) ) + "__" + hb_eol()