summaryrefslogtreecommitdiff
path: root/TAO/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc')
-rw-r--r--TAO/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc b/TAO/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc
new file mode 100644
index 00000000000..965fd07d719
--- /dev/null
+++ b/TAO/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc
@@ -0,0 +1,17 @@
+// $Id$
+project (RoundTripServer) : portableserver, strategies {
+ exename = server
+ idlflags += -Wb,stub_export_macro=ROUNDTRIP_STUB_Export -Wb,stub_export_include=RoundTrip_stub_export.h -Wb,skel_export_macro=ROUNDTRIP_SVNT_Export -Wb,skel_export_include=RoundTrip_svnt_export.h
+ libpaths += ..
+
+ IDL_Files {
+ Test.idl
+ }
+
+ Source_Files {
+ server.cpp,
+ LatencyTest.cpp,
+ TestS.cpp,
+ TestC.cpp
+ }
+}