summaryrefslogtreecommitdiff
path: root/TAO/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc')
-rw-r--r--TAO/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc22
1 files changed, 19 insertions, 3 deletions
diff --git a/TAO/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc b/TAO/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc
index 90c2bb71eac..99b0968e61b 100644
--- a/TAO/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc
+++ b/TAO/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc
@@ -4,7 +4,14 @@
project(RoundTripClient_stub): ciao_client {
after += Benchmark_stub
sharedname = RoundTripClient_stub
- idlflags += -Wb,stub_export_macro=ROUNDTRIPCLIENT_STUB_Export -Wb,stub_export_include=RoundTripClient_stub_export.h -Wb,skel_export_macro=ROUNDTRIPCLIENT_SVNT_Export -Wb,skel_export_include=RoundTripClient_svnt_export.h
+
+ libs += Benchmark_stub
+
+ idlflags += -Wb,stub_export_macro=ROUNDTRIPCLIENT_STUB_Export
+ idlflags += -Wb,stub_export_include=RoundTripClient_stub_export.h
+ idlflags += -Wb,skel_export_macro=ROUNDTRIPCLIENT_SVNT_Export
+ idlflags += -Wb,skel_export_include=RoundTripClient_svnt_export.h
+
dynamicflags = ROUNDTRIPCLIENT_STUB_BUILD_DLL
IDL_Files {
@@ -21,7 +28,10 @@ project(RoundTripClient_svnt) : ciao_servant {
sharedname = RoundTripClient_svnt
libs += RoundTripClient_stub Benchmark_stub Benchmark_svnt
libpaths += ..
- idlflags += -Wb,export_macro=ROUNDTRIPCLIENT_SVNT_Export -Wb,export_include=RoundTripClient_svnt_export.h
+
+ idlflags += -Wb,export_macro=ROUNDTRIPCLIENT_SVNT_Export
+ idlflags +=-Wb,export_include=RoundTripClient_svnt_export.h
+
dynamicflags = ROUNDTRIPCLIENT_SVNT_BUILD_DLL
CIDL_Files {
@@ -42,10 +52,16 @@ project(RoundTripClient_svnt) : ciao_servant {
project(RoundTripClient_exec) : ciao_component {
after += RoundTripClient_svnt
+
sharedname = RoundTripClient_exec
+
libs += RoundTripClient_stub Benchmark_stub RoundTripClient_svnt
+
libpaths += ..
- idlflags += -Wb,export_macro=ROUNDTRIPCLIENT_EXEC_Export -Wb,export_include=RoundTripClient_exec_export.h
+
+ idlflags += -Wb,export_macro=ROUNDTRIPCLIENT_EXEC_Export
+ idlflags += -Wb,export_include=RoundTripClient_exec_export.h
+
dynamicflags = ROUNDTRIPCLIENT_EXEC_BUILD_DLL
IDL_Files {