Re: [Harbour] hbmk2 doc

2010-05-06 Thread Viktor Szakáts
> I have to port some apps from C53+Fivewin16 to Harbour+Bcc+Fivewin32. > > I'm trying to use hbmk2 to replace the old makefiles but I can't find > the proper solutions. > > Where can I find some doc about hbmk2? 1. hbmk2 --help 2. Plenty of live examples in Harbour SVN. (dir /s *.hb*) 3. Massim

Re: [Harbour] hbmk2 doc

2010-05-06 Thread Maurizio Faccio adinet
I think this is a question for users lists. hbmk2 you can see the usage of hbmk2 create an .hbp file that contains. -hblib creates static library -o output file name. and following list all the files that take part of the library Then create another hpb that contains -L the path where you

Re: [Harbour] hbmk2 doc

2010-05-06 Thread Massimo Belgrano
How compile several. PRG & lib? *hbmk2* test1 test2 testn -lmylib1 -lmylib2 -lmylibn *hbmk2* test1 test2 testn -lmylib1 -lmylib2 -lmylibn -w3 -gc3 -otes http://harbourlanguage.blogspot.com/search/label/hbmk2 Send me any correction 2010/5/6 Lorenzo Fiorini > I have to port some apps from C53

[Harbour] hbmk2 doc

2010-05-06 Thread Lorenzo Fiorini
I have to port some apps from C53+Fivewin16 to Harbour+Bcc+Fivewin32. I'm trying to use hbmk2 to replace the old makefiles but I can't find the proper solutions. Where can I find some doc about hbmk2? What I need are two simple things: - create a lib from *.prg and *.c that are in a dir - creat