* contrib/hbhpdf/hbhpdf.hbp
* contrib/hbhpdf/hbhpdf.hbc
* contrib/hbexpat/3rd/expat/expat.hbc
! Fixed for 'HB_BUILD_CONTRIB_DYN=yes'
* external/Makefile
- external/libhpdf
+ contrib/hbhpdf/3rd
+ contrib/hbhpdf/3rd/libhpdf
* contrib/hbhpdf/3rd/libhpdf/libhpdf.hbc
* contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp
* Moved to contrib local dir.
+ Added support for 'HB_BUILD_CONTRIB_DYN=yes'
* contrib/hbhpdf/3rd/libhpdf/hpdf.h
! Fixed for dynamic build.
; TODO: Regenerate .dif. For me it restored original copy for some reason :(
* contrib/hbsqlit3/hbsqlit3.hbc
* contrib/sddsqlt3/sddsqlt3.hbc
* Using .hbc file for 3rd party lib.
* contrib/3rd/sqlite3/sqlite3.hbp
* contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp
* contrib/hbmzip/3rd/minizip/minizip.hbp
* contrib/hbexpat/3rd/expat/expat.hbp
! Changed -warn=no to -warn=low, which is equivalent to 'HB_BUILD_WARN := no'
in Makefile.
40 lines
1004 B
Plaintext
40 lines
1004 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')}
|
|
# NOTE: dos based watcom runs out of memory. [vszakats]
|
|
-stop{HB_HOST_PLAT='dos'&watcom}
|
|
# NOTE: disable *nix builds on non-*nix platforms; [vszakats]
|
|
# except for cygwin-on-win
|
|
-stop{!(HB_HOST_PLAT='win'&cygwin)&HB_HOST_PLAT_UNIX=''&unix}
|
|
|
|
-hblib
|
|
-inc
|
|
|
|
-o${hb_targetname}
|
|
|
|
-warn=low
|
|
-cpp=no
|
|
|
|
-cflag=-DSQLITE_OMIT_DEPRECATED
|
|
-cflag=-D_WIN32_WCE{wce}
|
|
# DJGPP and OpenWatcom in DOS aren't correctly recognized by SQLite,
|
|
# so we're forcing the next best available option. This will cause missing
|
|
# externals though. [vszakats]
|
|
-cflag=-DSQLITE_OS_OTHER{dos}
|
|
# Watcom Linux builds cannot use system header files
|
|
-cflag=-DSQLITE_OS_OTHER{linux&watcom}
|
|
|
|
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
|