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

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

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