mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-15 01:30:01 +00:00
277 B
277 B
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 librarymainso.out
: uses the.so
library with basename onlymainso_fullpath.out
: uses the.so
with the fullpath