2011-02-05 16:56 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbbz2/hbbz2.hbp
    ! Fix to prev.

  * contrib/hbbz2/hbbz2.hbx
  * contrib/hbxpp/hbxpp.hbx
    * Updated.
This commit is contained in:
Viktor Szakats
2011-02-05 15:57:36 +00:00
parent 775f8ef05a
commit 726d8cf249
4 changed files with 14 additions and 8 deletions

View File

@@ -16,6 +16,14 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-02-05 16:56 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbbz2/hbbz2.hbp
! Fix to prev.
* contrib/hbbz2/hbbz2.hbx
* contrib/hbxpp/hbxpp.hbx
* Updated.
2011-02-05 16:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/make.hbs
+ Updated to use hbmk2 to create hbx files.

View File

@@ -23,6 +23,6 @@
hbbz2.hbx
hbbz2.c
core.c
3rd/bz2/bz2.hbc{HBMK_HAS_BZIP2_LOCAL}

View File

@@ -11,18 +11,17 @@
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated code below. DO NOT EDIT! */
/* Regenerate with HB_REBUILD_EXTERN=yes while using GCC */
/* compiler family. [vszakats] */
/* Regenerate using hbmk2 '-hbx=' option. */
/* -------------------------------------------------------------------- */
#ifndef __HBEXTERN_CH__HBBZ2__
#define __HBEXTERN_CH__HBBZ2__
#ifdef __HBEXTERN__HBBZ2__ANNOUNCE
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBBZ2__ANNOUNCE )
ANNOUNCE __HBEXTERN__HBBZ2__
#endif
#ifdef __HBEXTERN__HBBZ2__REQUEST
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBBZ2__REQUEST )
#command DYNAMIC <fncs,...> => EXTERNAL <fncs>
#endif
@@ -32,7 +31,7 @@ DYNAMIC HB_BZ2_UNCOMPRESS
DYNAMIC HB_BZ2_UNCOMPRESSLEN
DYNAMIC HB_BZ2_VERSION
#ifdef __HBEXTERN__HBBZ2__REQUEST
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBBZ2__REQUEST )
#uncommand DYNAMIC <fncs,...> => EXTERNAL <fncs>
#endif

View File

@@ -11,8 +11,7 @@
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated code below. DO NOT EDIT! */
/* Regenerate with HB_REBUILD_EXTERN=yes while using GCC */
/* compiler family. [vszakats] */
/* Regenerate using hbmk2 '-hbx=' option. */
/* -------------------------------------------------------------------- */
#ifndef __HBEXTERN_CH__HBXPP__