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

project(*Client): taoclient, anytypecode, minimum_corba {
  exename = client
  after += *Server
  Source_Files {
    testC.cpp
    client.cpp
  }
}

project(*Manager): taoserver, minimum_corba, iormanip {
  exename = manager
  after += *Client
  Source_Files {
    testC.cpp
    Servant_Locator.cpp
    Manager.cpp
  }
}