On Tue, Feb 3, 2009 at 9:17 AM, Massimo Belgrano <mbelgr...@deltain.it>wrote:

>
> A distribution ready to use is a very good idea because Xmate is the best
> editor
> Borland is most used c compiler on windows platform
>

For the whole picture it's worth mentioning that BCC is
the worst mainstream compiler, end-of-line product,
generates slow code and buggy. It's only upside is the
fastest compiling speed.

> Today is still difficult compile harbour sample/contrib because one require
> special switch , one require more file in
>

This is simply not true. [ Or if you have a specific examples, please
tell, and it will be fixed. ]

For contribs you only need to run:
make_vc_all or make_b32_all or make

For tests you only need to run:
hbmk_vc <file.prg> or hbmk_b32 <file.prg>

In multifile tests/examples you don't need <file.prg>.

That's about it. Of course one needs to make sure
to have a properly installed and setup C compiler.

This could hardly be any easier.

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

Reply via email to