diff options
author | midipix <writeonce@midipix.org> | 2024-02-10 04:05:34 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-10 04:33:08 +0000 |
commit | 5db3db7a6bbae314788c973c0566f804982ea3fa (patch) | |
tree | 34ccd476499e02d2fedbcac0c0c6f91a77ddc10e /project/common.mk | |
parent | c486f26f7759687536270a2ab46e4f639005555a (diff) | |
download | slibtool-5db3db7a6bbae314788c973c0566f804982ea3fa.tar.bz2 slibtool-5db3db7a6bbae314788c973c0566f804982ea3fa.tar.xz |
link mode: move the import library logic to its own translation unit.
Diffstat (limited to 'project/common.mk')
-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 c0f0984..4901c39 100644 --- a/project/common.mk +++ b/project/common.mk @@ -31,6 +31,7 @@ API_SRCS = \ src/logic/linkcmd/slbt_linkcmd_argv.c \ src/logic/linkcmd/slbt_linkcmd_deps.c \ src/logic/linkcmd/slbt_linkcmd_host.c \ + src/logic/linkcmd/slbt_linkcmd_implib.c \ src/output/slbt_output_config.c \ src/output/slbt_output_error.c \ src/output/slbt_output_exec.c \ |