From 598b7b81620e62e93899d71cf561036e49ca8def Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 9 Apr 2024 12:18:42 +0200 Subject: [PATCH] Make use of base export macro/file * tests/gen_test/base/gen_test_base.mpc: --- tests/gen_test/base/gen_test_base.mpc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/gen_test/base/gen_test_base.mpc b/tests/gen_test/base/gen_test_base.mpc index 83a94c09..c539c98f 100644 --- a/tests/gen_test/base/gen_test_base.mpc +++ b/tests/gen_test/base/gen_test_base.mpc @@ -15,8 +15,8 @@ project(*idl_gen) : ciaox11_idldefaults { custom_only = 1 - idlflags += -Wb,stub_export_macro=HELLO_STUB_Export \ - -Wb,stub_export_include=hello_stub_export.h \ + idlflags += -Wb,base_export_macro=HELLO \ + -Wb,base_export_include=hello \ -Gxhst -Glem IDL_Files { @@ -30,8 +30,8 @@ project(*idl_gen) : ciaox11_idldefaults { project(*lem_gen) : ciaox11_idldefaults { after += *idl_gen custom_only = 1 - idlflags += -Wb,stub_export_macro=HELLO_LEM_STUB_Export \ - -Wb,stub_export_include=hello_lem_stub_export.h \ + idlflags += -Wb,base_export_macro=HELLO_LEM \ + -Wb,base_export_include=hello_lem \ -Gxhst -Scph IDL_Files {