Hi Guy,

> Thank you Viktor to consider this feature.
>
> $ hbmk2 -traceonly t
> hbmk: Processing configuration: /usr/bin/hbmk.cfg
> hbmk: Harbour compiler command:
> -n2 t -i/usr/include/harbour
> hbmk: C compiler command:
> gcc t.c   -O3  -ot -I/usr/include/harbour -L/usr/lib/harbour
> -L/usr/lib/harbour -Wl,--start-group -llibharbour -lhbcplr -lhbdebug
> -Wl,--end-group
>
> I'd prefer something like this (only 2 lines) :
> harbour -n2 t -i/usr/include/harbour
> gcc t.c   -O3  -ot -I/usr/include/harbour -L/usr/lib/harbour
> -L/usr/lib/harbour -Wl,--start-group -llibharbour -lhbcplr -lhbdebug
> -Wl,--end-group
>
> => remove line starting with "hbmk: " perhaps with -quiet ?


Done. See note about cmdlines with scripts, which still hold
a header.


> => add "harbour" to the harbour compiler command


I've added it.


> So i can cut and paste or edit and run to make some tests ... very usefull
> For example, now i can fix the -llibharbour => -lharbour ;-)


I've fixed that, and the problem wasn't exactly that. See ChangeLog.
Pls tell if it still doesn't work.

Brgds,
Viktor
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to