Page 1 of 1

parameters to build (x)harbour and fwh from cvs updated

PostPosted: Tue Apr 25, 2006 3:26 pm
by Nop
Hi to all, someone has an updated .mak to build fwh from cvs? and
parameters, i use this :

SET CFLAGS = -tWM -a8 -O2 -OS -5 -6 -D__HARBOUR__ -D__WIN32__ -DHB_FM_STATISTICS_OFF -DHB_NO_PROFILER
-DHB_COMPAT_C53 -DHB_GUI -DHB_WIN32_IO -DHB_NO_TRACE -DHB_API_MACROS -DHB_INCLUDE_WINEXCHANDLER
-DADS_REQUIRE_VERSION=5

this is all need ???

thanks

PostPosted: Wed Apr 26, 2006 10:19 am
by Antonio Linares
To build Harbour from CVS we do:

buildb32.bat:
SET CFLAGS=-D__EXPORT__ -DHB_GUI -tWM -DHB_FM_STATISTICS_OFF -DHB_INCLUDE_WINEXCHANDLER -d -a8 -OS -O2 -5 -6
make_b32.bat

fwh

PostPosted: Wed Apr 26, 2006 11:17 am
by Nop
Antonio, thanks, fwh is the same ok?

PostPosted: Wed Apr 26, 2006 11:23 am
by Antonio Linares
bcc32 -c -D__HARBOUR__ -D__FLAT__ -TP ...

and to build 3rd party libs and my aplication??

PostPosted: Wed Apr 26, 2006 4:09 pm
by Nop
Antonio, thanks, only to confirme and to another users too:

(x)harbour :
-D__EXPORT__ -DHB_GUI -tWM -DHB_FM_STATISTICS_OFF -DHB_INCLUDE_WINEXCHANDLER -d -a8 -OS -O2 -5 -6 -DADS_REQUIRE_VERSION=5 <<< this last is for me too, i use ads 5

FWH
-c -D__HARBOUR__ -D__FLAT__ -TP -D__EXPORT__ -DHB_GUI -tWM -DHB_FM_STATISTICS_OFF -DHB_INCLUDE_WINEXCHANDLER -d -a8 -OS -O2 -5 -6 -DADS_REQUIRE_VERSION=5 <<< read above

And to build my application i use above too??? or is not need?

thanks again

one more thing...

PostPosted: Wed Apr 26, 2006 4:11 pm
by Nop
Antonio, only more this, to xharbour and harbour, the parameters is the same????

thanks

PostPosted: Wed Apr 26, 2006 4:53 pm
by Antonio Linares
yes

harbour

PostPosted: Wed Apr 26, 2006 5:34 pm
by Nop
Antonio, thanks, and to harbour i use:

-n -m -w -es2 -gc0

this is correct? missing something??

thanks for your support... this is very handefull to me , and i guess to another users too.

PostPosted: Wed Apr 26, 2006 5:52 pm
by Antonio Linares
/L /N /W is enough