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, 20 insertions, 0 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
new file mode 100644
index 00000000000..6fb11a1f1b5
--- /dev/null
+++ b/TAO/performance-tests/CSD_Strategy/TestServant/csd_pt_testservant.mpc
@@ -0,0 +1,20 @@
+//$Id$
+project : csd_pt_testinf_lib, avoids_corba_e_micro {
+ 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
+ }
+
+}