summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Explicit_Activation/POA_Explicit_Activation.mpc
blob: 7f01d95962a8ea73f794b4ce64c0a6c69f4c7338 (plain)
1
2
3
4
5
6
7
8
9
10
11
// -*- MPC -*-
// $Id$

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