summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/orbsvcs/ETCL.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/orbsvcs/orbsvcs/ETCL.mpc')
-rw-r--r--trunk/TAO/orbsvcs/orbsvcs/ETCL.mpc33
1 files changed, 33 insertions, 0 deletions
diff --git a/trunk/TAO/orbsvcs/orbsvcs/ETCL.mpc b/trunk/TAO/orbsvcs/orbsvcs/ETCL.mpc
new file mode 100644
index 00000000000..3925f2dc20a
--- /dev/null
+++ b/trunk/TAO/orbsvcs/orbsvcs/ETCL.mpc
@@ -0,0 +1,33 @@
+// -*- MPC -*-
+// $Id$
+
+project(ETCL) : orbsvcslib, install {
+ sharedname = TAO_ETCL
+ dynamicflags = TAO_ETCL_BUILD_DLL
+ tagchecks += Notify
+ pch_header =
+ pch_source =
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ ETCL
+ }
+
+ Header_Files {
+ ETCL
+ }
+
+ Inline_Files {
+ ETCL
+ }
+
+ Template_Files {
+ ETCL
+ }
+
+ Pkgconfig_Files {
+ TAO_ETCL.pc.in
+ }
+}