so will be Possible add standard hbc for each harbour contrib like
rddads.hbc for ace32.lib+rddads.lib
hbbmcdx.hbc for  hbbmcdx.lib
hbmemio.hbc for hbmemio.lib

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

Very good and sorry for my bad understanding



2009/10/26 Viktor Szakáts <harbour...@syenar.hu>:

> You prefer .lib but you're seeking for a concept
> which is already implemented and called .hbc.
>
> .hbc will take care of setting up all .lib files,
> include dir and whatnot for a given library (package),
> so developers don't need to worry about the details.
> They just have to use headers and functions without
> any additional settings. If .lib files change, they
> won't even notice. (like in case of hbqt, where the
> recent split didn't mean any change in user environment,
> since the .hbc fully covered the change)
>
> [ Even better would be if even headers would be automatically
> added to .prg files when a given package is being selected. ]
>
> Or maybe I lost the track in this thread.
>
> Brgds,
> Viktor
>
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>



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

Reply via email to