summaryrefslogtreecommitdiff
path: root/TAO/tests/BiDirectional_NestedUpcall/BiDirectional_NestedUpcall.mpc
blob: 9200324315cab9fdf0f9b51ea7ceb21f1b894ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project(*Server): taoexe, portableserver, minimum_corba, bidir_giop {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

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