summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/CSD_Strategy/TestServant/csd_pt_testservant.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/CSD_Strategy/TestServant/csd_pt_testservant.mpc')
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestServant/csd_pt_testservant.mpc20
1 files changed, 0 insertions, 20 deletions
diff --git a/TAO/performance-tests/CSD_Strategy/TestServant/csd_pt_testservant.mpc b/TAO/performance-tests/CSD_Strategy/TestServant/csd_pt_testservant.mpc
deleted file mode 100644
index 543180258f2..00000000000
--- a/TAO/performance-tests/CSD_Strategy/TestServant/csd_pt_testservant.mpc
+++ /dev/null
@@ -1,20 +0,0 @@
-//$Id$
-project : csd_pt_testinf_lib {
- sharedname = CSD_PT_TestServant
- dynamicflags = CSD_PT_TESTSERVANT_BUILD_DLL
- idlflags += -Wb,export_macro=CSD_PT_TestServant_Export -Wb,export_include=CSD_PT_TestServant_Export.h
- includes += $(TAO_ROOT)/tao
-
- IDL_Files {
- Foo.idl
- }
-
- Source_Files {
- FooC.cpp
- FooS.cpp
- Foo_ClientEngine.cpp
- Foo_i.cpp
- Foo_Statistics.cpp
- }
-
-}