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

project(*Nested Upcall Server): taoserver, utils {
  Source_Files {
    MT_Object_i.cpp
    server.cpp
  }
}

project(*Nested Upcall Client): taoexe, utils, portableserver {
  Source_Files {
    MT_Object_i.cpp
    local_server.cpp
    client.cpp
  }
}