summaryrefslogtreecommitdiffhomepage
path: root/src/internal/slibtool_objmeta_impl.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-05annual chores, properly performed.midipix1-1/+1
2017-02-04annual chores.midipix1-1/+1
2016-09-30library: helper functions: implemented compatible library and objects wrappers.Sebastian Wiedenroth1-2/+38
+ based on work by jperkin (as well as slibtool's default wrapper functions). + generate verbose .la/.lo wrappers that match gnu libtool's output. + dependency_libs string is currently empty, to be added in a separate patch. + ordering of library_names is different, should (probably) not matter.
2016-09-03slbt_create_default_object_wrapper(): added error trace support.midipix1-2/+4
2016-05-20compile mode: slbt_create_object_wrapper(): initial implementation.midipix1-0/+63