summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Simple/Simple.mpc
blob: b9fb881ab38ad9f0fecfd339c19c5bba359387e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project(*Nested Upcall Server): taoexe, portableserver {
  Source_Files {
    server_i.cpp
    server.cpp
  }
}

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