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

project(*Server): taoserver, minimum_corba, bidir_giop {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Client): taoexe, portableserver, minimum_corba, bidir_giop {
  after += *Server
  Source_Files {
    test_i.cpp
    client.cpp
  }
}