summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1361_Regression/Bug_1361_Regression.mpc
blob: f0247d4c080410fc610d78a900d38c0df258d0cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// -*- MPC -*-
// $Id$

project(*Server): taoserver, messaging {
  Source_Files {
    Server_Thread_Pool.cpp
    Echo_Caller.cpp
    ORB_Task.cpp
    server.cpp
  }
}

project(*Client): taoclient, messaging {
  after += *Server
  Source_Files {
    Echo.cpp
    ORB_Task.cpp
    client.cpp
  }
}

project(*Shutdown): taoexe, messaging {
  after += *Client
  Source_Files {
    shutdown.cpp
  }
}