Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / performance-tests / CSD_Strategy / TestServant / csd_pt_testservant.mpc
blob3e0062d34c5fdf4dcce322b7e74f2f3ecd93a4b8
1 project : csd_pt_testinf_lib, avoids_corba_e_micro {
2   sharedname   = CSD_PT_TestServant
3   dynamicflags += CSD_PT_TESTSERVANT_BUILD_DLL
4   idlflags  += -Wb,export_macro=CSD_PT_TestServant_Export -Wb,export_include=TestServant/CSD_PT_TestServant_Export.h
5   includes  += $(TAO_ROOT)/tao
7   IDL_Files {
8     Foo.idl
9   }
11   Source_Files {
12     FooC.cpp
13     FooS.cpp
14     Foo_ClientEngine.cpp
15     Foo_i.cpp
16     Foo_Statistics.cpp
17   }