summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Client/MT_Client.mpc
blob: 1974ade69bd99261435f2d1f7cf9fcd8799686ba (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 {
    test_i.cpp
    server.cpp
  }
}

project(*Client): taoclient {
  after += *Server
  Source_Files {
    testC.cpp
    client.cpp
  }
}