summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Reference_Counted_Servant/Reference_Counted_Servant.mpc
blob: 0b54971c2cbc847f71b74262e22ada4500cb05b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// -*- MPC -*-
// $Id$

project(*Server): taoexe, portableserver, minimum_corba {
   includes += ../Generic_Servant
   libs += Generic_Servant
   after += POA_Generic_Servant_Lib
   Source_Files {
    server.cpp
  }
}