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

Post Reply
User avatar
Nop
Posts: 107
Joined: Tue Apr 11, 2006 4:36 pm
Location: Uberaba/Brazil

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

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Nop
Posts: 107
Joined: Tue Apr 11, 2006 4:36 pm
Location: Uberaba/Brazil

fwh

Post by Nop »

Antonio, thanks, fwh is the same ok?
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

bcc32 -c -D__HARBOUR__ -D__FLAT__ -TP ...
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Nop
Posts: 107
Joined: Tue Apr 11, 2006 4:36 pm
Location: Uberaba/Brazil

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

Post 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
User avatar
Nop
Posts: 107
Joined: Tue Apr 11, 2006 4:36 pm
Location: Uberaba/Brazil

one more thing...

Post by Nop »

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

thanks
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

yes
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Nop
Posts: 107
Joined: Tue Apr 11, 2006 4:36 pm
Location: Uberaba/Brazil

harbour

Post 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.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

/L /N /W is enough
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply