From 11c887f27092c96b1d2529929685c85716708ba5 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 10 Feb 2024 04:29:24 +0000 Subject: link mode: move the executable creation logic to its own translation unit. --- src/internal/slibtool_linkcmd_impl.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/internal') diff --git a/src/internal/slibtool_linkcmd_impl.h b/src/internal/slibtool_linkcmd_impl.h index 4ee6a1a..85d1e13 100644 --- a/src/internal/slibtool_linkcmd_impl.h +++ b/src/internal/slibtool_linkcmd_impl.h @@ -76,4 +76,9 @@ int slbt_exec_link_create_library( const char * dsofilename, const char * relfilename); +int slbt_exec_link_create_executable( + const struct slbt_driver_ctx * dctx, + struct slbt_exec_ctx * ectx, + const char * exefilename); + #endif -- cgit v1.2.3