Does this also work?
hbmk2 @myprglist.txt -hblib -omylib.lib
Yes, it works.
I used this:
hbmk2 @abraxas.hbp -b -m -hblib -oAbraxasMinGW
One minor correction to this cmdline, just to not
make ppl mislead by it: @scriptfile parameter always
requires a file using .hbm format, so the .hbp extension
in this case is misleading. It won't cause any problem,
because hbmk2 won't reject it because of such extension,
but it's good practice to use .hbm even in this case:
hbmk2 @abraxas.hbm -b -m -hblib -oAbraxasMinGW
or even just:
hbmk2 abraxas.hbm -b -m -hblib -oAbraxasMinGW
(because .hbm files are recognized even without @ prefix).
Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour