diff options
author | dengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-08 18:04:16 +0000 |
---|---|---|
committer | dengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-08 18:04:16 +0000 |
commit | f2467c5915867c006aa16fd22e482816e029a2db (patch) | |
tree | 61d8fcb4aa8a71d9034ff510ee52b2b7ca13fb5c /CIAO/examples/Hello/Hello_Base/Hello_Base.mpc | |
parent | a2b8eda5d51dca5496c94600a7d3082b1a5f3601 (diff) | |
download | ATCD-ReDaC_01.tar.gz |
made a copyReDaC_01
Diffstat (limited to 'CIAO/examples/Hello/Hello_Base/Hello_Base.mpc')
-rw-r--r-- | CIAO/examples/Hello/Hello_Base/Hello_Base.mpc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CIAO/examples/Hello/Hello_Base/Hello_Base.mpc b/CIAO/examples/Hello/Hello_Base/Hello_Base.mpc index 468afcc1b8b..4bfcf5bcd20 100644 --- a/CIAO/examples/Hello/Hello_Base/Hello_Base.mpc +++ b/CIAO/examples/Hello/Hello_Base/Hello_Base.mpc @@ -4,7 +4,8 @@ project(Hello_Base_DnC_stub): ciao_client_dnc { sharedname = Hello_Base_DnC_stub - idlflags += -Wb,stub_export_macro=HELLO_BASE_STUB_Export \ + idlflags += -Sc \ + -Wb,stub_export_macro=HELLO_BASE_STUB_Export \ -Wb,stub_export_include=Hello_Base_stub_export.h \ -Wb,skel_export_macro=HELLO_BASE_SVNT_Export \ -Wb,skel_export_include=Hello_Base_svnt_export.h @@ -32,7 +33,8 @@ project(Hello_Base_DnC_svnt) : ciao_servant_dnc { sharedname = Hello_Base_DnC_svnt libs += Hello_Base_DnC_stub - idlflags += -Wb,stub_export_macro=HELLO_BASE_STUB_Export \ + idlflags += -Sc \ + -Wb,stub_export_macro=HELLO_BASE_STUB_Export \ -Wb,stub_export_include=Hello_Base_stub_export.h \ -Wb,skel_export_macro=HELLO_BASE_SVNT_Export \ -Wb,skel_export_include=Hello_Base_svnt_export.h |