summaryrefslogtreecommitdiff
path: root/TAO/tests/BiDirectional_NestedUpcall/BiDirectional_NestedUpcall.mpc
blob: 821605cd9f1733dadaf9a7247394c5b82e16ea96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
project: server {
  depends += BiDir_GIOP
  libs    += TAO_BiDirGIOP
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(client): server {
  depends += BiDir_GIOP
  libs    += TAO_BiDirGIOP
  exename  = client
  Source_Files {
    test_i.cpp
    client.cpp
  }
}