diff options
author | midipix <writeonce@midipix.org> | 2024-02-10 04:16:34 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-10 04:33:08 +0000 |
commit | 3bfc818053846baee4b85f1699c1294c7662dcd0 (patch) | |
tree | c095b6aed262a246711404e1bb22cc5fe08f5526 /src/internal/slibtool_linkcmd_impl.h | |
parent | 5db3db7a6bbae314788c973c0566f804982ea3fa (diff) | |
download | slibtool-3bfc818053846baee4b85f1699c1294c7662dcd0.tar.bz2 slibtool-3bfc818053846baee4b85f1699c1294c7662dcd0.tar.xz |
link mode: move the archive creation logic to its own translation unit.
Diffstat (limited to 'src/internal/slibtool_linkcmd_impl.h')
-rw-r--r-- | src/internal/slibtool_linkcmd_impl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/internal/slibtool_linkcmd_impl.h b/src/internal/slibtool_linkcmd_impl.h index db6cd8f..96eb6fa 100644 --- a/src/internal/slibtool_linkcmd_impl.h +++ b/src/internal/slibtool_linkcmd_impl.h @@ -63,4 +63,10 @@ int slbt_exec_link_create_import_library( char * deffilename, char * soname); +int slbt_exec_link_create_archive( + const struct slbt_driver_ctx * dctx, + struct slbt_exec_ctx * ectx, + const char * arfilename, + bool fpic); + #endif |