summaryrefslogtreecommitdiff
path: root/TAO/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc
diff options
context:
space:
mode:
authorarvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-19 18:53:30 +0000
committerarvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-19 18:53:30 +0000
commit81365d9279874a29ec2e90b6fbcef27d01c079f1 (patch)
tree75a614343e75e9d8705a78b2272aad079907269c /TAO/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc
parent4f3391488653f19224ac3b944b924ca48c6efb1b (diff)
downloadATCD-81365d9279874a29ec2e90b6fbcef27d01c079f1.tar.gz
Fri Sep 19 13:31:50 2003 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
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
+ }
+}