diff options
author | midipix <writeonce@midipix.org> | 2024-02-10 04:29:24 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-10 04:33:08 +0000 |
commit | 11c887f27092c96b1d2529929685c85716708ba5 (patch) | |
tree | 9b75310ff13d4cc4db116f92bfb575650916093b /src/internal/slibtool_linkcmd_impl.h | |
parent | c4b07e16dbd81b9d3fd7c344323afd069cebd832 (diff) | |
download | slibtool-11c887f27092c96b1d2529929685c85716708ba5.tar.bz2 slibtool-11c887f27092c96b1d2529929685c85716708ba5.tar.xz |
link mode: move the executable 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 | 5 |
1 files changed, 5 insertions, 0 deletions
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 |