Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / performance-tests / CSD_Strategy / TestInf / csd_pt_testinf.mpc
blob01df3bcab47cc352265b153b51e7f2d1efdfbeaf
1 project : taolib_with_idl, csd_threadpool, avoids_corba_e_micro {
2   sharedname   = CSD_PT_TestInf
3   dynamicflags += CSD_PT_TESTINF_BUILD_DLL
4   idlflags  += -Wb,export_macro=CSD_PT_TestInf_Export -Wb,export_include=TestInf/CSD_PT_TestInf_Export.h
5   includes += ..
7   IDL_Files {
8     FooException.idl
9     TestAppException.idl
10     CancelledException.idl
11     CustomException.idl
12   }
14   Source_Files {
15     AppHelper.cpp
16     AppShutdown.cpp
17     ClientEngine.cpp
18     ClientTask.cpp
19     OrbRunner.cpp
20     OrbShutdownTask.cpp
21     OrbTask.cpp
22     TestAppBase.cpp
23     FooExceptionC.cpp
24     FooExceptionS.cpp
25     TestAppExceptionC.cpp
26     TestAppExceptionS.cpp
27     CancelledExceptionC.cpp
28     CancelledExceptionS.cpp
29     CustomExceptionC.cpp
30     CustomExceptionS.cpp
31   }
33   Template_Files {
34     ServantList_T.cpp
35   }