summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Sequence_Latency/DSI/DSI.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Sequence_Latency/DSI/DSI.mpc')
-rw-r--r--TAO/performance-tests/Sequence_Latency/DSI/DSI.mpc23
1 files changed, 23 insertions, 0 deletions
diff --git a/TAO/performance-tests/Sequence_Latency/DSI/DSI.mpc b/TAO/performance-tests/Sequence_Latency/DSI/DSI.mpc
new file mode 100644
index 00000000000..822dda7b290
--- /dev/null
+++ b/TAO/performance-tests/Sequence_Latency/DSI/DSI.mpc
@@ -0,0 +1,23 @@
+project: server, strategies {
+ depends += DynamicInterface
+ libs += TAO_DynamicInterface
+ avoids += minimum_corba
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ Roundtrip.cpp
+ server.cpp
+ }
+}
+
+project: client, strategies {
+ avoids += minimum_corba
+
+ Source_Files {
+ TestC.cpp
+ client.cpp
+ }
+}
+