mesa/src/glu
Tom Fogal 36edcebb90 Fix symbol list for mangled Mesa on Darwin.
When building mangled Mesa on Darwin, the exported symbols are
named `_mgluWhatever' instead of simply `_gluWhatever'.  When
using a list of exported symbols via the system ld's
`-exported_symbols_list' command line option (as done by mklib),
this resulted in error messages about exporting symbols which do
not exist.

Fortunately the file format accepts simple wildcards.  This throws
a wildcard so that the symbol list will match both the mangled and
non-mangled names, preventing the warning and actually exporting
the correct symbols in one shot.
2009-05-01 11:55:50 -06:00
..
mesa Merge branch 'gallium-0.1' into gallium-0.2 2008-09-11 16:05:15 +01:00
mini Remove CVS keywords. 2008-09-21 11:00:44 -07:00
sgi Fix symbol list for mangled Mesa on Darwin. 2009-05-01 11:55:50 -06:00
.gitignore mesa: Update ignores a bit 2008-09-19 12:43:47 +02:00
glu.pc.in Use variable library name in pkg-config output. 2009-04-29 12:15:07 -07:00
Makefile Use variable library name in pkg-config output. 2009-04-29 12:15:07 -07:00