summaryrefslogtreecommitdiff
path: root/TAO/examples/Buffered_Oneways/Buffered_Oneways.mpc
blob: 4377ad161f0595636960c070818b61bca882ac12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- MPC -*-
// $Id$

project(*Server): taoserver, messaging {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Client): taoclient, messaging {
  Source_Files {
    client.cpp
  }
}