* contrib/hbexpat/expat/expat.hbp
* contrib/hbexpat/hbexpat.hbp
* contrib/hbexpat/hbexpat.hbc
* Minor cleanups.
* contrib/hbexpat/tests/tohash.prg
+ Added HB_HKEEPORDER( , .T. )
* external/Makefile
* config/global.mk
* INSTALL
- Deleted central option to control external lib building:
HB_EXTERNALLIBS
! Also deleted one reference to HB_EXTERNAL_ADDONS, which has
been removed earlier.
+ external/minizip/minizip.hbp
+ external/minizip/minizip.hbc
+ external/sqlite3/sqlite3.hbc
+ external/sqlite3/sqlite3.hbp
+ external/bzip2/bzip2.hbc
+ external/bzip2/bzip2.hbp
+ external/libhpdf/libhpdf.hbc
+ external/libhpdf/libhpdf.hbp
+ Added experimental hbmk2 make files for
foreign code which is used solely by contribs.
28 lines
461 B
Plaintext
28 lines
461 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
-stop{poccarm}
|
|
# NOTE: old msvcarm can't cope with some PP directives. [vszakats]
|
|
-stop{msvcarm&HB_COMP_VER!='1200'&HB_COMP_VER!='1300'&HB_COMP_VER!='1310')}
|
|
|
|
# TODO: Some restrictions were not migrated from Makefile
|
|
|
|
-hblib
|
|
-inc
|
|
|
|
-o${hb_targetname}
|
|
|
|
-warn=no
|
|
-cpp=no
|
|
|
|
sqlite3.c
|
|
|
|
# ORIGIN http://www.sqlite.org/
|
|
# VER 3.7.3
|
|
# URL http://www.sqlite.org/sqlite-amalgamation-3_7_3.zip
|
|
# DIFF sqlite3.dif
|
|
#
|
|
# MAP sqlite3.c
|
|
# MAP sqlite3.h
|