Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / POA / Generic_Servant / POA_Generic_Servant.mpc
blob0670ac763a836b50b0ed85662a81978b574d8c88
1 project(POA_Generic_Servant_Lib): taolib_with_idl, portableserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
2   sharedname = Generic_Servant
3   dynamicflags += GENERIC_SERVANT_BUILD_DLL
4   idlflags += -Wb,export_macro=GENERIC_SERVANT_Export -Wb,export_include=generic_servant_export.h
5   Source_Files {
6     test_i.cpp
7   }
10 project(*client): taoexe, portableserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
11   exename = client
12   avoids += ace_for_tao
13   after  += POA_Generic_Servant_Lib
14   libs   += Generic_Servant
15   idl_files {
16   }
17   Source_Files {
18     client.cpp
19   }