Skip to content

Commit

Permalink
Make use of base export macro/file
Browse files Browse the repository at this point in the history
    * tests/gen_test/base/gen_test_base.mpc:
  • Loading branch information
jwillemsen committed Apr 9, 2024
1 parent 6d21562 commit 598b7b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/gen_test/base/gen_test_base.mpc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down

0 comments on commit 598b7b8

Please sign in to comment.