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

project(*Server): taoexe, portableserver {
   avoids += minimum_corba
   Source_Files {
    server.cpp
    Servant_Activator.cpp
    Servant_Locator.cpp
    Servant_Manager.cpp
    Server_Manager.cpp
  }
}