summaryrefslogtreecommitdiff
path: root/TAO/examples/ior_corbaloc/ior_corbaloc.mpc
blob: e461065f4458b6978932da62e9b88d14634dc384 (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
// -*- MPC -*-
// $Id$

project(*server): namingexe, portableserver {
  Source_Files {
    status_i.cpp
    server.cpp
  }
}

project(*client): namingexe, portableserver {
  Source_Files {
    ior_corbaloc_client_i.cpp
    client.cpp
  }
}

project(*corbaname client): namingexe, portableserver {
  Source_Files {
    status_i.cpp
    corbaname_client.cpp
  }
}