summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Xt_Stopwatch/Xt_Stopwatch.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Xt_Stopwatch/Xt_Stopwatch.mpc')
-rw-r--r--ACE/TAO/tests/Xt_Stopwatch/Xt_Stopwatch.mpc21
1 files changed, 21 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Xt_Stopwatch/Xt_Stopwatch.mpc b/ACE/TAO/tests/Xt_Stopwatch/Xt_Stopwatch.mpc
new file mode 100644
index 00000000000..5d3847ad5f6
--- /dev/null
+++ b/ACE/TAO/tests/Xt_Stopwatch/Xt_Stopwatch.mpc
@@ -0,0 +1,21 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Server): taoserver, tao_xtresource, ace_motif {
+ Source_Files {
+ test_i.cpp
+ Stopwatch_display.cpp
+ timer.cpp
+ server.cpp
+ }
+}
+
+project(*Client): taoclient, tao_xtresource, ace_motif {
+ after += *Server
+ Source_Files {
+ testC.cpp
+ Control.cpp
+ client.cpp
+ }
+}
+