summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/csd_tp_foo_c_lib.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CSD_Strategy_Tests/TP_Foo_C/csd_tp_foo_c_lib.mpc')
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Foo_C/csd_tp_foo_c_lib.mpc27
1 files changed, 27 insertions, 0 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/csd_tp_foo_c_lib.mpc b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/csd_tp_foo_c_lib.mpc
new file mode 100644
index 00000000000..5c9a666e847
--- /dev/null
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/csd_tp_foo_c_lib.mpc
@@ -0,0 +1,27 @@
+//$Id$
+project : csd_tp_test_lib, avoids_corba_e_micro {
+ sharedname = CSD_TP_Foo_C
+ dynamicflags = CSD_TP_FOO_C_BUILD_DLL
+ idlflags += -b -Wb,export_macro=CSD_TP_Foo_C_Export -Wb,export_include=CSD_TP_Foo_C_Export.h
+ includes += $(TAO_ROOT)/tao
+
+ IDL_Files {
+ Foo_C.idl
+ }
+
+ Source_Files {
+ Foo_CC.cpp
+ Foo_CS.cpp
+ Foo_C_ClientEngine.cpp
+ Foo_C_Custom_ClientEngine.cpp
+ Foo_C_Custom_Proxy.cpp
+ Foo_C_cust_op1.cpp
+ Foo_C_cust_op2.cpp
+ Foo_C_cust_op3.cpp
+ Foo_C_cust_op4.cpp
+ Foo_C_cust_op5.cpp
+ Foo_C_i.cpp
+ Foo_C_Statistics.cpp
+ }
+
+}