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

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

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