summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Reference_Counted_Servant/Reference_Counted_Servant.mpc
blob: 380a58cedeb637e71e863a1f8798037f7735de03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- MPC -*-
// $Id$

project(*Server): taoexe, portableserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
   exename  = server
   libs    += Generic_Servant
   after   += POA_Generic_Servant_Lib
   includes += ../Generic_Servant
   libpaths += ../Generic_Servant

   Source_Files {
    server.cpp
  }
}