Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / POA / Adapter_Activator / POA_Adapter_Activator.mpc
blobf414495f42616b816047d01395776c2fe3aada3a
1 // -*- MPC -*-
2 project(*Server): taoserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
3    libs += Generic_Servant
4    after += POA_Generic_Servant_Lib
5    includes += ../Generic_Servant
6    libpaths += ../Generic_Servant
8    Source_Files {
9     server.cpp
10   }