Index: [thread] [date] [subject] [author]
  From: Jon M. Taylor <taylorj@ecs.csus.edu>
  To  : ggi-develop@eskimo.com
  Date: Sat, 29 Aug 1998 14:09:24 -0700 (PDT)

Re: LibGGI2D, LibGGI3D and targets

On Sat, 29 Aug 1998, MenTaLguY wrote:

> On Fri, 28 Aug 1998, Jon M. Taylor wrote:
> 
> > 	I see, so in this case there would only be one fbdev target for
> > all of the LibGGI[xx] system, and the [xx] libraries would use
> > "sub-targets" within the main targets?
> 
> Not sub-targets, sub-stubs.  Stubs are secondary libraries loaded by targets
> -- if the target has decided to load the "foo-vendor-hw" stub (containing
> stuff for the base libggi operations), LIBGGI _itself_ will worry about
> automagically loading "foo-vendor-hw-2d" or "foo-vendor-hw-gwt" or
> "foo-vendor-hw-3d" as necessary.  The LibGGI _target_ DOES NOT NEED TO KNOW
> about 2d, 3d, gwt, or any other extension library.
> 
> It is the "foo-vendor-hw-3d" _stub_ that must know about LibGGI3d.  that's
> it.

	I understand, but now I think that it is _you_ who has his
terminology conused |->.  You are saying "stub" when I think you mean
"driver".

Jon

---
'Cloning and the reprogramming of DNA is the first serious step in 
becoming one with God.'
	- Scientist G. Richard Seed

Index: [thread] [date] [subject] [author]