FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour parameters to build (x)harbour and fwh from cvs updated
Posts: 107
Joined: Tue Apr 11, 2006 04:36 PM
parameters to build (x)harbour and fwh from cvs updated
Posted: Tue Apr 25, 2006 03:26 PM

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

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
parameters to build (x)harbour and fwh from cvs updated
Posted: Wed Apr 26, 2006 10:19 AM

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 107
Joined: Tue Apr 11, 2006 04:36 PM
fwh
Posted: Wed Apr 26, 2006 11:17 AM

Antonio, thanks, fwh is the same ok?

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
parameters to build (x)harbour and fwh from cvs updated
Posted: Wed Apr 26, 2006 11:23 AM

bcc32 -c -D__HARBOUR__ -D__FLAT__ -TP ...

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 107
Joined: Tue Apr 11, 2006 04:36 PM
and to build 3rd party libs and my aplication??
Posted: Wed Apr 26, 2006 04:09 PM

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

Posts: 107
Joined: Tue Apr 11, 2006 04:36 PM
one more thing...
Posted: Wed Apr 26, 2006 04:11 PM

Antonio, only more this, to xharbour and harbour, the parameters is the same????

thanks

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
parameters to build (x)harbour and fwh from cvs updated
Posted: Wed Apr 26, 2006 04:53 PM

yes

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 107
Joined: Tue Apr 11, 2006 04:36 PM
harbour
Posted: Wed Apr 26, 2006 05:34 PM

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.

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
parameters to build (x)harbour and fwh from cvs updated
Posted: Wed Apr 26, 2006 05:52 PM

/L /N /W is enough

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion