Looks that not all Harbour parts were updated for modifications
in environment variables and library names.
Look at function mk_hbgetlibsctb() in bin/hb-func.sh
It has list of contrib libraries. hbw32 should be changed to hbwin.
I'll do this ASAP.
2) What is the rule/procedure to build only a single contrib library?
Now I have to issue from the /c/harbour ./make_gnu.sh install
everytime
I make a change to the source. Then I change hbmk.sh in bin
folder. Then
I compile demowvg.prg. A long edit/compile/link/execute cycle.
It's very easy. In GNU make you can work with single library only.
It's one of the most important functionality for me which does not
exists in other make files. Just simply set two environment variables:
For non-GNU make it's also enough to run in given contrib:
'make_b32.bat [clean | install]' or
'make_vc.bat [clean | install]' or
'sh make_gcc.sh [clean | install]'
So it's now possible.
Brgds,
Viktor
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour