Is not possible add on or more library in  persistent way
so hbmk2 build process not need  using -Lc:\mylib for each program
that use this library
ispired by old lib but in hbmk2.ini

>> only for explain a prev poiunt regarding need to copy after the
>> compilation process in same dir
>>
>> I my batch i need copy library made from me to harbour lib
>> hbmk2 delta.prg zz.PRG  -b -m -D__GTWVT__  -hblib -odelta4hhd.lib
>> COPY %PREFIX%DELTA4HHD.%EXTENSION%
>> C:\HARBOUR\lib\win\%HB_COMPILER%\%PREFIX%DELTA4HHD.%EXTENSION%
>>
>> copy thirdy party library need wor work
>> COPY C:\DEVL\mysql51\lib\opt\libmysql.lib
>> C:\HARBOUR\lib\win\%HB_COMPILER%\libmysql.a
>
> Adapt these also to prev change it will surely
> make you setup simpler. Please note however that
> it's not obligatory to copy everything to main
> Harbour lib dir. You can add your local lib dir
> to hbmk2 build process using -L option.
>
> You can also use this to copy your libs to Harbour lib dir:
> -instpath=${HB_LIB}/
>
>
> Brgds,
> Viktor
>


-- 
Massimo Belgrano
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to