summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/On_Demand_Loading/POA_On_Demand_Loading.mpc
blob: 04a41e38403551259d0a523f631cbe15e85361cb (plain)
1
2
3
4
5
6
7
8
9
10
project(*Server): taoexe, portableserver {
   avoids += minimum_corba
   Source_Files {
    server.cpp
    Servant_Activator.cpp
    Servant_Locator.cpp
    Servant_Manager.cpp
    Server_Manager.cpp
  }
}