Hi Alexander,

>  I don't know, I didn't tried it yet.

I've created for myself .hbm files for letodb, here they are, maybe you
can use it or include it in the Leto CVS. They work for all compilers
(which the source supports of course) and all platforms, I've tried with BCC,
MinGW and MSVC (latter gave some macro redef errors in win headers).
They should even work for xhb if run in 'hbmk2 -xhb <name>.hbm' mode.

Harbour 1.0.x isn't supported by hbmk2 yet, but if there is some demand
I can implement it.

Plus, some compiler specific flag tweaking may be required to match
current make files. I didn't check if there is something special used.
Easy to add to .hbm files.

--- letodb.hbm
#
# $Id$
#

-inc
-oletodb
-iinclude
-n -w -d__WIN_DAEMON__
-cflag={allmsvc}-D_CRT_SECURE_NO_DEPRECATE
-cflag={!xhb}-DHARBOUR_VER_AFTER_101

source/server/server.prg
source/server/errorsys.prg
source/server/errint.c
{linux}source/server/leto_lnx.c
{win}source/server/leto_win.c
source/server/letoacc.c
source/server/letofunc.c

source/common/blowfish.c
source/common/common_c.c
source/common/hbip.c
source/common/net.c
source/common/common.prg
---

--- rddleto.hbm
#
# $Id$
#

-hblib

-inc
-orddleto
-iinclude
-n -w
-cflag={!xhb}-DHARBOUR_VER_AFTER_101

source/client/leto1.c
source/client/letomgmn.c
source/client/rddsys.prg

source/common/blowfish.c
source/common/common_c.c
source/common/hbip.c
source/common/net.c
source/common/common.prg
---

Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to