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.
This commit is contained in:
Viktor Szakats
2011-01-28 00:35:56 +00:00
parent 49a19f18d0
commit 9cc967e87b
2 changed files with 6 additions and 2 deletions

View File

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

View File

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