summaryrefslogtreecommitdiffstats
path: root/src/glu/sgi/glu.exports.darwin
Commit message (Collapse)AuthorAgeFilesLines
* Remove libGLUMatt Turner2012-08-311-59/+0
| | | | | | | It's been moved to its own repository, found at http://cgit.freedesktop.org/mesa/glu/ Acked-by: Kenneth Graunke <[email protected]>
* Fix symbol list for mangled Mesa on Darwin.Tom Fogal2009-05-011-59/+59
| | | | | | | | | | | | | | 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.
* Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston2008-08-111-0/+59