summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/COIOP_Naming_Test/COIOP_Naming_Test.mpc
blob: 6c69d0c40da4a0b5ab4e571de51626e325d1f61f (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 -*-
project(*idl): taoidldefaults {
  IDL_Files {
    Test.idl
  }
  custom_only = 1
}

project(COIOP_Naming_Test): taoserver, strategies, naming, naming_serv {
  exename = COIOP_Naming_Test
  after += *idl
  Source_Files {
    TestC.cpp
    TestS.cpp
    COIOP_Test.cpp
    Client_Task.cpp
    Server_Task.cpp
    NamingTask.cpp
    Hello.cpp
  }
  IDL_Files {
  }
}