* contrib/hbtip/encqp.prg
+ Implemented quoted-printable encoder/decoder.
Not yet used. Not extremely well tested, just something
to start with. Please review. Probably should be done
in C for speed, but anyway.
* contrib/hbtip/sendmail.prg
* contrib/hbtip/mail.prg
+ Added 'charset' property and setting hb_sendmail().
Not yet effective, as Harbour uses 7-bit encoding yet.
* utils/hbmk2/examples/hmg.hbc
* Updated HMG hbmk2 config file with some extra tricks.
29 lines
479 B
Plaintext
29 lines
479 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
# Copy this file to hmg root dir and include it in hbmk2
|
|
# command line to build an app:
|
|
# > hbmk2 test.prg C:\hmg\hmg.hbc
|
|
|
|
{win}incpaths=include
|
|
{win}libpaths=lib
|
|
{win}sources=${hb_curdir}*.rc
|
|
{win}sources=resources\minigui.rc
|
|
|
|
{win}gt=gtgui
|
|
|
|
# core
|
|
{win}libs=minigui
|
|
# core #2
|
|
{win}libs=gui
|
|
{win}libs=dll
|
|
# contribs
|
|
{win}libs=crypt edit editex graph ini report
|
|
# Harbour contribs
|
|
{win}libs=hbmzip
|
|
{win&hb10}libs=hbw32
|
|
{win&!hb10}libs=hbwin
|
|
# system
|
|
{win}libs=vfw32
|