2017-12-15 19:53 UTC+0100 Aleksander Czajczynski (hb fki.pl)

* contrib/hbexpat/3rd/expat/expat.hbp
    ! add missing bits, previous commit failed to include expat_co[nfig].h
      on non-win platforms

  * ChangeLog.txt
    ! typo
This commit is contained in:
Aleksander Czajczynski
2017-12-15 19:54:36 +01:00
parent 6e3fe511f0
commit 517b7654dd
2 changed files with 18 additions and 2 deletions

View File

@@ -7,10 +7,18 @@
Entries may not always be in chronological/commit order.
See license at the end of file. */
2017-12-15 19:53 UTC+0100 Aleksander Czajczynski (hb fki.pl)
* contrib/hbexpat/3rd/expat/expat.hbp
! add missing bits, previous commit failed to include expat_co[nfig].h
on non-win platforms
* ChangeLog.txt
! typo
2017-12-14 14:20 UTC+0100 Aleksander Czajczynski (hb fki.pl)
* contrib/hbamf/amfenc.c
* update amf3_Encode() serialize function with great idea of Przemek
implemented recenly in hb_Serialize(). Checking garbage collector
implemented recently in hb_Serialize(). Checking garbage collector
reference count can save time here too, unique arrays and hashes won't
be indexed as references.

View File

@@ -16,7 +16,15 @@ xmlparse.c
xmlrole.c
xmltok.c
-cflag=-DHARBOUR_CONF
-cflag=-DNDEBUG{!debug}
-cflag=-DHAVE_EXPAT_CONFIG_H
# needed to have <expat_config.h> found:
-I.
# Use Harbour core arc4random implementation only when building static lib.
# This way the dynamic lib won't depend on Harbour dynlib.
-cflag=-DHB_FORCE_ARC4RANDOM{!hbdyn}
{hblib}-cflag=-DXML_STATIC
{bcc}-cflag=-w-8057
{bcc}-cflag=-w-8008