From c6ecfc312fa1e2d3b128240ce41345ff7c1367d4 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 30 Mar 2024 16:51:17 +0000 Subject: driver: --mkvars, slbt_get_mkvars_flags(): implementation and integration. --- src/internal/slibtool_driver_impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal/slibtool_driver_impl.h') diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index 65e5f96..41c7e0b 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -28,6 +28,7 @@ enum app_tags { TAG_VERSION, TAG_INFO, TAG_CONFIG, + TAG_MKVARS, TAG_DUMPMACHINE, TAG_DEBUG, TAG_DRY_RUN, @@ -160,6 +161,7 @@ struct slbt_driver_ctx_impl { struct slbt_fd_ctx fdctx; struct slbt_map_info lconf; struct slbt_txtfile_ctx * lconfctx; + struct slbt_txtfile_ctx * mkvarsctx; struct slbt_obj_list * objlistv; struct argv_entry ** dlopenv; -- cgit v1.2.3