summaryrefslogtreecommitdiffstats
path: root/examples/gob
AgeCommit message (Collapse)AuthorFilesLines
2003-08-10Remove redundant plugindir definitionDavid Schleef1-2/+0
Original commit message from CVS: Remove redundant plugindir definition
2003-07-29fix installing into wrong dirDavid Schleef1-1/+1
Original commit message from CVS: fix installing into wrong dir
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo1-1/+1
versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
2002-01-20- added gob example pluginBastien Nocera2-0/+162
Original commit message from CVS: - added gob example plugin