summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Request_Muxing/Big_Request_Muxing.mpc
blob: 5d5b10de0c124800410e605ad0b3ea368d83f49f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- MPC -*-
// $Id$

project(*Server): taoserver, messaging {
  Source_Files {
    Payload_Receiver.cpp
    server.cpp
  }
}

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