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

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

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