I use this sequence:

CD \HARBOUR
CALL MAKE_B32 CLEAN
CALL MAKE_B32
CALL MAKE_B32 INSTALL
CD \HARBOUR\CONTRIB
CALL MAKE_B32_ALL CLEAN
CALL MAKE_B32_ALL
CALL MAKE_B32_ALL INSTALL <--- this is also needed !!!
CD \HARBOUR

BTW, in an attempt to further sync GNU and non-GNU make
(and make building even more straighforward and one less
thing to take care of), I'm planning to modify /make_*.bat|sh
files to automatically call contrib/make_*.bat|sh files
and build contribs too.

The desired list of contribs to be built can already be
controlled by HB_CONTRIBLIBS, HB_CONTRIB_ADDONS, exactly
like for GNU-make.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to