summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Servant_To_Reference_Test/Servant_to_Reference.mpc
blob: 981d22d2ab1e6edaeef55267da949039f7c62891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- MPC -*-
// $Id$

project(*Server): taoexe, portableserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
  Source_Files {
    server.cpp
    Test_i.cpp
    TestC.cpp
    TestS.cpp
  }

  IDL_Files {
    Test.idl
  }
}