Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / Xt_Stopwatch / Xt_Stopwatch.mpc
blobb82f5515288fae10f7d71fba17c9ffc223c92e4d
1 // -*- MPC -*-
2 project(*Server): taoserver, tao_xtresource, ace_motif {
3   Source_Files {
4     test_i.cpp
5     Stopwatch_display.cpp
6     timer.cpp
7     server.cpp
8   }
11 project(*Client): taoclient, tao_xtresource, ace_motif {
12   after += *Server
13   Source_Files {
14     testC.cpp
15     Control.cpp
16     client.cpp
17   }