summaryrefslogtreecommitdiff
path: root/TAO/tests/Reliable_Oneways/Reliable_Oneways.mpc
blob: 438e4e09db1eb33d8f249d2f2e29f39dedfdce59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
project(*Server): messaging, taoserver, corba_messaging {
  Source_Files {
    Oneway_Receiver.cpp
    Shutdown_Helper.cpp
    server.cpp
  }
}

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

  Source_Files {
    TestC.cpp
    client.cpp
  }
}