summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Reply/Big_Reply.mpc
blob: b028e00700496143f9102031621f1350f6e4ade3 (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 {
  idflags += -Sa -St
  Source_Files {
    Big_Reply_i.cpp
    server.cpp
  }
}

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