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

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