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

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 {
  }
}