Hi Massimo,
No, compiler and architecture are case-sensitive, currently
lowercase strings all over Harbour. I don't plan to change this,
as this would be very error prone, with no benefit and a
waste of valuable time.

Notice however that you don't need to set ANY values for
these envvars, since they will be automatically detected.

Just try.

I also suggest to read my ChangeLogs from the last few
days, and also the help screen of hbmk.

Brgds,
Viktor

On Sun, Feb 15, 2009 at 11:06 PM, Massimo Belgrano <mbelgr...@deltain.it>wrote:

> Will HB_COMPILER, HB_ARCHITECTURE be in uppercase ?
> If i set
>  SET HB_COMPILER=BCC32
>  SET HB_ARCHITECTURE=WIN
> then receive running hbmk test.prg
> hbmk: Error: Architecture not properly set.
>
> MY proposal is
> 237      CASE t_cARCH == "win"
>
> 237        CASE upper(t_cARCH) == "WIN"
>
> Have somebody collect documentation regarding hbmk?
>
>
> --
> Massimo Belgrano
>
> 81
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to