mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-17 10:40:00 +00:00
8 lines
277 B
Markdown
8 lines
277 B
Markdown
# 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
|