Hi Angel,

> so here goes the question ( to viktor ):
>
> Is it possible to have the prg names in the .hbp file one per line ?
> eg:


.hbp is only meant for generic make parameters.

What you need is an .hbm file. In a .hbm you can use
everything the exact same way as on the command line,
but you can split them into separate lines. Then you can
pass you .hbm name to hbmk2:

--- myprog.hbm
-n
SAMMENU.PRG
_PARAMET.PRG
LIB\SETTINGS.PRG
LIB\AMOTOR.PRG
LIB\EDITORES.PRG
---

And you use this command:
> hbmk2 myprog.hbm

[ You can also pass multiple .hbm files, and you can also use
the common '@' notation: hbmk2 @myprog.hbm ]

For more examples, see these:
- utils/hbtest/hbtest.hbm
- contrib\examples\uhttpd\uhttpd.hbm

Finally also a personal non cientific observation: the same application
> compiled with vc9 seems a lot faster than with bcc55


Good to hear :)


> Thanks victor for this wonderfull tool your are developping (hbmk2), I hope
> to use exactly the same project syntax in windows and ubuntu sometime in the
> next future.


I'm glad you liked hbmk. What you say is the main goal of this tool.

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

Reply via email to