summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Callback/Callback.mpc
blob: 6724439b7c4cea30ebfe0f30144bb059460e3469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
project(*server): messaging, server, strategies {
  requires += corba_messaging

  Source_Files {
    Server_i.cpp
    server.cpp
  }
}


project(*client): messaging, server, strategies {
  exename  = client
  requires += corba_messaging

  Source_Files {
    Callback_i.cpp
    client.cpp
  }
}