summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1361_Regression/Bug_1361_Regression.mpc
blob: 9a84c2185cf0f079f2192439f5c58168717e077e (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
28
29
30
// -*- MPC -*-
// $Id$

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

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

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