From 3bfc818053846baee4b85f1699c1294c7662dcd0 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 10 Feb 2024 04:16:34 +0000 Subject: link mode: move the archive creation logic to its own translation unit. --- src/internal/slibtool_linkcmd_impl.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/internal') 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 -- cgit v1.2.3