diff options
author | midipix <writeonce@midipix.org> | 2016-03-08 14:30:50 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-03-10 08:32:39 -0500 |
commit | 528799aa1ab548dc649befeb9fa81f0d83f14a50 (patch) | |
tree | 64ea8f8d65152aff251c68bdb56c5ac115db174c /project | |
parent | a288c4f46e5e7d9c3e643a13572cda4c601d76dd (diff) | |
download | slibtool-528799aa1ab548dc649befeb9fa81f0d83f14a50.tar.bz2 slibtool-528799aa1ab548dc649befeb9fa81f0d83f14a50.tar.xz |
slbt_get_exec_ctx(), slbt_free_exec_ctx(): initial implementation.
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk index 45a3d8f..0dcdcd6 100644 --- a/project/common.mk +++ b/project/common.mk @@ -1,6 +1,7 @@ COMMON_SRCS = \ src/driver/slbt_driver_ctx.c \ src/driver/slbt_unit_ctx.c \ + src/logic/slbt_exec_ctx.c \ src/logic/slbt_map_input.c \ src/skin/slbt_skin_default.c \ |