2012-11-29 14:56 UTC+0100 Viktor Szakats (harbour syenar.net)

* include/hb.ch
  * utils/hbmk2/hbmk2.prg
    * minor sync between list of "essential" core headers
      and the minimal list of core headers embedded into hbmk2.
      (minimal list is not used in default builds)
    * added missing hbstrict.ch to full list of included headers
This commit is contained in:
Viktor Szakats
2012-11-29 14:00:34 +00:00
parent 5c75adefe2
commit feefeeed6d
3 changed files with 13 additions and 1 deletions

View File

@@ -10,6 +10,14 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2012-11-29 14:56 UTC+0100 Viktor Szakats (harbour syenar.net)
* include/hb.ch
* utils/hbmk2/hbmk2.prg
* minor sync between list of "essential" core headers
and the minimal list of core headers embedded into hbmk2.
(minimal list is not used in default builds)
* added missing hbstrict.ch to full list of included headers
2012-11-29 14:39 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/rddads/tests/datad.prg
* contrib/rddads/tests/testmg.prg

View File

@@ -57,7 +57,8 @@
#include "dbstruct.ch"
#include "directry.ch"
#include "fileio.ch"
#include "hbtrace.ch"
#include "hbgtinfo.ch"
#include "hbhash.ch"
#include "inkey.ch"
#include "setcurs.ch"

View File

@@ -12735,6 +12735,7 @@ STATIC FUNCTION hbmk_CoreHeaderFiles()
ADD HEADER TO t_hHeaders FILE "hbsix.ch"
ADD HEADER TO t_hHeaders FILE "hbsocket.ch"
ADD HEADER TO t_hHeaders FILE "hbstdgen.ch"
ADD HEADER TO t_hHeaders FILE "hbstrict.ch"
ADD HEADER TO t_hHeaders FILE "hbsxdef.ch"
ADD HEADER TO t_hHeaders FILE "hbtest.ch"
ADD HEADER TO t_hHeaders FILE "hbthread.ch"
@@ -12760,9 +12761,11 @@ STATIC FUNCTION hbmk_CoreHeaderFiles()
#else
ADD HEADER TO t_hHeaders FILE "color.ch"
ADD HEADER TO t_hHeaders FILE "common.ch"
ADD HEADER TO t_hHeaders FILE "dbstruct.ch"
ADD HEADER TO t_hHeaders FILE "directry.ch"
ADD HEADER TO t_hHeaders FILE "error.ch"
ADD HEADER TO t_hHeaders FILE "fileio.ch"
ADD HEADER TO t_hHeaders FILE "hbgtinfo.ch"
ADD HEADER TO t_hHeaders FILE "hbhash.ch"
ADD HEADER TO t_hHeaders FILE "hbmemory.ch"
ADD HEADER TO t_hHeaders FILE "hbver.ch"