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

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