summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/CSD_Strategy/TestInf/csd_pt_testinf.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/CSD_Strategy/TestInf/csd_pt_testinf.mpc')
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestInf/csd_pt_testinf.mpc38
1 files changed, 38 insertions, 0 deletions
diff --git a/TAO/performance-tests/CSD_Strategy/TestInf/csd_pt_testinf.mpc b/TAO/performance-tests/CSD_Strategy/TestInf/csd_pt_testinf.mpc
new file mode 100644
index 00000000000..80ef827f0f9
--- /dev/null
+++ b/TAO/performance-tests/CSD_Strategy/TestInf/csd_pt_testinf.mpc
@@ -0,0 +1,38 @@
+//$Id$
+project : taolib_with_idl, csd_threadpool, avoids_corba_e_micro {
+ sharedname = CSD_PT_TestInf
+ dynamicflags = CSD_PT_TESTINF_BUILD_DLL
+ idlflags += -Wb,export_macro=CSD_PT_TestInf_Export -Wb,export_include=CSD_PT_TestInf_Export.h
+ includes += $(TAO_ROOT)/tao
+
+ IDL_Files {
+ FooException.idl
+ TestAppException.idl
+ CancelledException.idl
+ CustomException.idl
+ }
+
+ Source_Files {
+ AppHelper.cpp
+ AppShutdown.cpp
+ ClientEngine.cpp
+ ClientTask.cpp
+ OrbRunner.cpp
+ OrbShutdownTask.cpp
+ OrbTask.cpp
+ TestAppBase.cpp
+ FooExceptionC.cpp
+ FooExceptionS.cpp
+ TestAppExceptionC.cpp
+ TestAppExceptionS.cpp
+ CancelledExceptionC.cpp
+ CancelledExceptionS.cpp
+ CustomExceptionC.cpp
+ CustomExceptionS.cpp
+ }
+
+ Template_Files {
+ ServantList_T.cpp
+ }
+
+}