summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/On_Demand_Loading/POA_On_Demand_Loading.mpc
blob: e6d5a7be1be65fcd54e3215fae99e360674cd1a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// -*- MPC -*-
project(*Server): taoexe, portableserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {

   exename  = server
   
   Source_Files {
     server.cpp
     Servant_Activator.cpp
     Servant_Locator.cpp
     Servant_Manager.cpp
     Server_Manager.cpp
  }
}