summaryrefslogtreecommitdiff
path: root/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
blob: 1bfdec1e5b285ba401fa96ac435f3990d741e272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
project(*Server): messaging, taoserver, corba_messaging {
  Source_Files {
    Clock_Ticks.cpp
    Server_Peer.cpp
    server.cpp
  }
}

project(*Scavenger): messaging, taoserver, corba_messaging {
  exename = scavenger

  Source_Files {
    scavenger.cpp
  }
}

project(*Client): messaging, taoserver, corba_messaging {
  exename = client

  Source_Files {
    Clock_Ticks.cpp
    Client_Peer.cpp
    client.cpp
  }
}