summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc32
1 files changed, 32 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc b/TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc
new file mode 100644
index 00000000000..ee6811da2ea
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc
@@ -0,0 +1,32 @@
+// -*- MPC -*-
+// $Id$
+
+project(CosLifeCycle) : orbsvcslib, install, naming, portableserver, tao_versioning_idl_defaults {
+ sharedname = TAO_CosLifeCycle
+ idlflags += -Wb,export_macro=TAO_LifeCycle_Export -Wb,export_include=orbsvcs/LifeCycle/lifecycle_export.h
+ dynamicflags = TAO_LIFECYCLE_BUILD_DLL
+ tagchecks += LifeCycle
+ pch_header =
+ pch_source =
+
+ IDL_Files {
+ CosLifeCycle.idl
+ LifeCycleService.idl
+ }
+
+ Source_Files(ORBSVCS_COMPONENTS) {
+ LifeCycle {
+ CosLifeCycleC.cpp
+ CosLifeCycleS.cpp
+ LifeCycleServiceC.cpp
+ LifeCycleServiceS.cpp
+ }
+ }
+
+ Template_Files {
+ }
+
+ Pkgconfig_Files {
+ TAO_CosLifeCycle.pc.in
+ }
+}