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

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