[fpc-pascal]Graphics cards, VGALIB

Marco van de Voort marcov at stack.nl
Fri Sep 3 21:33:54 CEST 2004


> Marco van de Voort wrote:
> > single file.
> > 
> > 
> >>What about optional parameter for $LINKLIB or something like that?
> > 
> > 
> > {$linklib }  can happen multiple times for the same lib in different units.
> 
> What about adding a priority parameter: 100 default, 0 low, 200 high; if 
> there are multiple linklib entries, the highest value is used.

The main problem is that it requires recompiling of the release in case
of changes in order that conflicts somehow.

Instead of a separate file, we could add it as keyword to fpc.cfg, since
fpc.cfg can be overriden.

#libpriority gtk2 100




More information about the fpc-pascal mailing list