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

project(*client) : taoexe, portableserver {
  requires += exceptions
  source_files {
    client.cpp
  }
}

project(*server) : taoexe, portableserver {
  requires += exceptions
  source_files {
    server.cpp
    icp.cpp
  }
}