summaryrefslogtreecommitdiff
path: root/TAO/tests/ior_corbaloc/ior_corbaloc.mpc
blob: a826babb9c323b1cb8c792cb7f52f181eaaefc55 (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
29
30
project: server {
  depends += CosNaming
  libs    += TAO_CosNaming

  Source_Files {
    status_i.cpp
    server.cpp
  }
}

project(client): server {
  depends += CosNaming
  libs    += TAO_CosNaming
  exename  = client

  Source_Files {
    ior_corbaloc_client_i.cpp
    client.cpp
  }
}

project(corbaname client): server {
  exename = corbaname_client

  Source_Files {
    status_i.cpp
    corbaname_client.cpp
  }
}