2017-07-20 08:40:24 +01:00
..
a.c
2017-03-26 11:35:29 +01:00
a.h
2017-03-26 11:08:27 +01:00
b.c
2017-03-26 11:35:29 +01:00
b.h
2017-03-26 11:08:27 +01:00
2017-03-26 11:35:29 +01:00
2017-07-20 08:40:24 +01:00
2017-03-26 11:35:29 +01:00

Basic

Basic example. Creates a shared and a static library from a.c and b.c, and uses them in the following ways:

  • maina.out: uses the static library
  • mainso.out: uses the .so library with basename only
  • mainso_fullpath.out: uses the .so with the fullpath