Merge pull request #2258 from likema/log-msg-reset-ostream
[ACE_TAO.git] / TAO / tests / POA / On_Demand_Activation / POA_On_Demand_Activation.mpc
blob97fca576f2fc80a224c12181988e4de92b2c3baf
1 // -*- MPC -*-
2 project(*Server): taoexe, portableserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
3    exename  = server
4    libs    += Generic_Servant
5    after   += POA_Generic_Servant_Lib
6    includes += ../Generic_Servant
7    libpaths += ../Generic_Servant
9    Source_Files {
10     server.cpp
11     Servant_Activator.cpp
12     Servant_Locator.cpp
13   }