* contrib/hbamf/amfenc.c
* update amf3_Encode() serialize function with great idea of Przemek
implemented recenly in hb_Serialize(). Checking garbage collector
reference count can save time here too, unique arrays and hashes won't
be indexed as references.
* contrib/hbexpat/3rd/expat/*
! updated to 2.2.5 (from 2.2.1) using 3rdpatch.hb, expat.diff from
Viktor's 3.4 fork was used - but (again) adapted for DOS 8.3 naming
scheme. Also i've kept local patches for WinCE, OpenWatcom DOS/OS2,
please test. Compilation in CPP mode is explicitly disabled for libexpat
now, as upstream decided to ignore such use cases completly.
* contrib/hbexpat/*
* synced with Viktor's 3.4 fork
+ include/hbarc4.h
* src/harbour.def
+ export ARC4 core routines like in 3.4 fork, updated expat lib reuses it.
* contrib/hbtip/hbtip.hbp
! adapt *.hbx file specifier to hbmk2 3.2 syntax
36 lines
375 B
Plaintext
36 lines
375 B
Plaintext
-hblib
|
|
-inc
|
|
|
|
-o${hb_targetname}
|
|
-workdir=${hb_work}/${hb_plat}/${hb_comp}/${hb_targetname}
|
|
|
|
-w3 -es2
|
|
|
|
${hb_name}.hbx
|
|
|
|
encurlc.c
|
|
mime.c
|
|
misc.c
|
|
|
|
base64u.prg
|
|
cgi.prg
|
|
client.prg
|
|
encb64.prg
|
|
encoder.prg
|
|
encqp.prg
|
|
encurl.prg
|
|
ftpcli.prg
|
|
httpcli.prg
|
|
log.prg
|
|
mail.prg
|
|
mailassy.prg
|
|
mailsend.prg
|
|
popcli.prg
|
|
sessid.prg
|
|
smtpcli.prg
|
|
thtml.prg
|
|
url.prg
|
|
|
|
-env:HB_DYNBIND_OPENSSL=yes
|
|
hbssl.hbc
|