summaryrefslogtreecommitdiff
path: root/TAO/examples/Persistent_Grid/Persistent_Grid.mpc
blob: d4d326d3fc1c9a11e843e5483b982a71d9036636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// -*- MPC -*-
// $Id$

project(*server): taoserver, utils {
  Source_Files {
    Grid_i.cpp
    Simple_util.cpp
    server.cpp
  }
}

project(*client): taoexe, utils, portableserver {
  Source_Files {
    GridC.cpp
    Simple_util.cpp
    Grid_Client_i.cpp
    client.cpp
  }
}

project(*persistent client): taoexe, utils, portableserver {
  Source_Files {
    GridC.cpp
    Simple_util.cpp
    Persistent_Client_i.cpp
    persistent_client.cpp
  }
}