summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Loader/POA_Loader.mpc
blob: 08d63c26e51423e80331821009fea964400bac1f (plain)
1
2
3
4
5
6
7
8
9
10
// $Id$
project(*Server): taoexe, portableserver {
   avoids += minimum_corba
   Source_Files {
    server.cpp
    Servant_Activator.cpp
    Servant_Locator.cpp
    Server_Manager.cpp
  }
}