summaryrefslogtreecommitdiff
path: root/TAO/tests/Servant_To_Reference_Test/Servant_to_Reference.mpc
blob: 9c240b724521b9f1a59e5299a55be27848b65a5c (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, minimum_corba {
  Source_Files {
    server.cpp
    Test_i.cpp
    TestC.cpp
    TestS.cpp
  }

  IDL_Files {
    Test.idl
  }
}