From 5db3db7a6bbae314788c973c0566f804982ea3fa Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 10 Feb 2024 04:05:34 +0000 Subject: link mode: move the import library logic to its own translation unit. --- src/internal/slibtool_linkcmd_impl.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/internal') diff --git a/src/internal/slibtool_linkcmd_impl.h b/src/internal/slibtool_linkcmd_impl.h index 141d732..db6cd8f 100644 --- a/src/internal/slibtool_linkcmd_impl.h +++ b/src/internal/slibtool_linkcmd_impl.h @@ -56,4 +56,11 @@ int slbt_exec_link_create_host_tag( struct slbt_exec_ctx * ectx, char * deffilename); +int slbt_exec_link_create_import_library( + const struct slbt_driver_ctx * dctx, + struct slbt_exec_ctx * ectx, + char * impfilename, + char * deffilename, + char * soname); + #endif -- cgit v1.2.3