Ops, add also this to create build in your preferred location:
set HB_INSTALL_PREFIX=C:\harbour

Brgds,
Viktor

On Fri, Jun 26, 2009 at 9:44 PM, Viktor Szakáts<harbour...@syenar.hu> wrote:
>> This is the last .bat I tried:
>>
>>
>> SET
>> PATH=C:\harbour\mingw\bin;C:\harbour\mingw\lib;C:\harbour\mingw\include;C:\harbour\bin;C:\harbour\lib;C:\harbour\include
>> SET LIB=C:\harbour\mingw\lib;C:\Harbour\lib
>> SET INCLUDE=C:\harbour\mingw\include;C:\harbour\include
>>
>> set HB_COMPILER=mingw
>> SET HB_PATH=C:\harbour
>> set HB_INSTALL_PREFIX=C:\harbour
>>
>> set HB_USER_CFLAGS=-DHB_FM_STATISTICS_OFF -DHB_FM_DLMT_ALLOC
>> set HB_HVM_ALL=yes
>>
>> set HB_WITH_QT=yes
>> set HB_DIR_QT=C:\Qt\2009.01\qt
>> set HB_INC_QT=C:\Qt\2009.01\qt\include
>> set HB_CONTRIB_ADDONS=hbxbp
>>
>> call make_gnu.bat clean      > make_gnu_cln.txt
>> call make_gnu.bat install    > make_gnu_log.txt
>
> 90% of this is not needed and just raises the chance
> to mess up something or you're enabling defaults.
>
> Pls try with:
> ---
> set PATH=C:\harbour\mingw\bin;%PATH%
> set HB_INC_QT=C:\Qt\2009.01\qt\include
> make_gnu.bat clean install
> ---
>
> Brgds,
> Viktor
>
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to