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

project(*Server): taoserver {
  idlflags += -Sa -St
  after += *Client
  Source_Files {
    Big_Reply_i.cpp
    server.cpp
  }
}

project(*Client): taoclient {
  Source_Files {
    TestC.cpp
    Client_Task.cpp
    client.cpp
  }
}