summaryrefslogtreecommitdiff
path: root/TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc')
-rw-r--r--TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc b/TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc
index 793f486cbbf..57e8ed9c264 100644
--- a/TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc
+++ b/TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc
@@ -7,9 +7,9 @@ project(RoundTrip_stub): ciao_client_dnc {
libs += Benchmark_stub
- idlflags += -Wb,stub_export_macro=ROUNDTRIP_STUB_Export
- idlflags += -Wb,stub_export_include=RoundTrip_stub_export.h
- idlflags += -Wb,skel_export_macro=ROUNDTRIP_SVNT_Export
+ idlflags += -Wb,stub_export_macro=ROUNDTRIP_STUB_Export
+ idlflags += -Wb,stub_export_include=RoundTrip_stub_export.h
+ idlflags += -Wb,skel_export_macro=ROUNDTRIP_SVNT_Export
idlflags += -Wb,skel_export_include=RoundTrip_svnt_export.h
dynamicflags = ROUNDTRIP_STUB_BUILD_DLL
@@ -31,7 +31,7 @@ project(RoundTrip_svnt) : ciao_servant_dnc {
libpaths += ..
- idlflags += -Wb,export_macro=ROUNDTRIP_SVNT_Export
+ idlflags += -Wb,export_macro=ROUNDTRIP_SVNT_Export
idlflags += -Wb,export_include=RoundTrip_svnt_export.h
dynamicflags = ROUNDTRIP_SVNT_BUILD_DLL
@@ -59,7 +59,7 @@ project(RoundTrip_exec) : ciao_component_dnc {
libs += RoundTrip_stub Benchmark_stub Benchmark_svnt RoundTrip_svnt
libpaths += ..
- idlflags += -Wb,export_macro=ROUNDTRIP_EXEC_Export
+ idlflags += -Wb,export_macro=ROUNDTRIP_EXEC_Export
idlflags += -Wb,export_include=RoundTrip_exec_export.h
dynamicflags = ROUNDTRIP_EXEC_BUILD_DLL