rddads.hbc for ace32.lib+rddads.lib
hbbmcdx.hbc for  hbbmcdx.lib
hbmemio.hbc for hbmemio.lib

All contribs have .hbc files since some months.
Plus some popular 3rd party libs also have one
hosted in utils/hbmk2/examples since the early
days of hbmk2. I've also sent these to lib authors.
Some of them added it to their project, some of
them weren't giving any feedback (probably they
weren't interested).

so i can add one ore more follow line
#pragma option:hbmk2 rddads.hbc
#pragma option:hbmk2 hbbmcdx.hbc
#pragma option:hbmk2 hbmemio.hbc
and if in minigui have made his hbc
#pragma option:hbmk2 minigui.hbc

No you can't. This was just some vague plans in
my mail, it needs to be developed yet. You can
however pass .hbc files (now!) to hbmk2 directly:

Instead of this:
hbmk2 hello.prg minigui.lib gui.lib dll.lib [...] -gtgui -incpath=C: \minigui\include

You can use this:
hbmk2 hello.prg hmg.hbc

Which seems a lot simpler.

[ note: above isn't a working sample, I just used minigui to demonstrate
the concept. ]

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to