summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/GroupRef_Manipulation.mpc
blob: 9e3939ae70a4058c201d8aa56ccd32718edd1cea (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
// -*- MPC -*-
// $Id$

project(*Server): taoserver, orbsvcsexe, iormanip, ftorb, messaging {
  idlflags += -DCORBA3 -I$(TAO_ROOT)

  Source_Files {
    test_i.cpp
    testC.cpp
    testS.cpp
    Server_ORBInitializer.cpp
    Server_Request_Interceptor.cpp
    server.cpp
  }
}

project(*Client): taoclient, orbsvcsexe, iormanip, ftorb {
  idlflags += -DCORBA3 -I$(TAO_ROOT)

  Source_Files {
    testC.cpp
    client.cpp
  }
}