IMO you missed *bold*
call make_b32.bat clean
call make_b32.bat
*call make_b32.bat install*

cd contrib
call make_b32_all.bat clean
call make_b32_all.bat
*call make_b32_all.bat install*


2009/2/11 Enrico Maria Giordano <[email protected]>:
>
> -----Messaggio Originale----- Da: "Przemyslaw Czerpak" <[email protected]>
> A: "Harbour Project Main Developer List." <[email protected]>
> Data invio: mercoledì 11 febbraio 2009 15.24
> Oggetto: Re: [Harbour] Wich var enviroment you set for compiling harbour?
>
>
>> F.e. Enrico still keeps HB_LEX=simplex for xHarbour builds and this
>> variables is not necessary for xHarbour
>
> Great! Now my batch to build xHarbour looks like
>
> @ ECHO OFF
> SET PATH=e:\bcc55\bin;e:\bison\bin;%PATH%
> SET PRG_USR=-l
> make_b32 clean build
>
> And this is for Harbour:
>
> @ ECHO OFF
> SET PATH=e:\bcc55\bin
> SET HB_USER_CFLAGS=-a8
> SET HB_USER_PRGFLAGS=-l
> CALL make_b32 clean
> CALL make_b32
> CD contrib
> CALL make_b32_all clean
> CALL make_b32_all
>
> Do you still see something unuseful?
>
> EMG
>
> --
> EMAG Software Homepage:     http://www.emagsoftware.it
> The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
> The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
> The EMG Music page:         http://www.emagsoftware.it/emgmusic
> _______________________________________________
> Harbour mailing list
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour
>



-- 
Massimo Belgrano
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to