summaryrefslogtreecommitdiff
path: root/TAO/tests/Timed_Buffered_Oneways/Timed_Buffered_Oneways.mpc
blob: 1815be35ffcaf081a367c2ab958ee0e15f47a89c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
project: messaging, corba_messaging {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(client): messaging, corba_messaging {
  exename = client

  Source_Files {
    testC.cpp
    client.cpp
  }
}