Re: [Harbour] .hbp/.hbm

2010-02-03 Thread Maurilio Longo
Viktor, thanks, it is a lot more clear now :) Maurilio. -- __ | | | |__| Maurilio Longo |_|_|_|| farmaconsult s.r.l.  ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.or

Re: [Harbour] .hbp/.hbm

2010-02-03 Thread Viktor Szakáts
Hi, > Viktor, > > sorry, but which should I use? I mean, .hbp is for options, so I'd say that > -mt or -gui have to go there. .hbp and .hbm uses exactly the same format. To keep it simple, forget .hbm for now and use one .hbp file per project (target). > .hbm is for source files, but how do I

Re: [Harbour] .hbp/.hbm

2010-02-03 Thread Maurilio Longo
Viktor, sorry, but which should I use? I mean, .hbp is for options, so I'd say that -mt or -gui have to go there. .hbm is for source files, but how do I state dependencies or the like? Given a bunch of .prg, .ch, .c and .h files, is there some syntax to follow to write them inside a .hbm file?

Re: [Harbour] .hbp/.hbm

2010-02-03 Thread Viktor Szakáts
Hi Maurilio, On 2010 Feb 3, at 12:37, Maurilio Longo wrote: > Hi Viktor, > > is there somewhere a doc which details .hbp/.hbm file syntax? Yes, it's 'hbmk2 --help'. The format is the exact same as for the command-line options. Brgds, Viktor ___ Har