summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile_Forwarding/MProfile_Forwarding.mpc
blob: b947356c7e76eb4909a63213e8995b9a821144d4 (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
project: server {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project: client {
  Source_Files {
    testC.cpp
    client.cpp
  }
}

project(Manager): server {
  depends += IORManpulation
  libs    += TAO_IORManip
  exename  = Manager

  Source_Files {
    testC.cpp
    Servant_Locator.cpp
    Manager.cpp
  }
}