summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FaultTolerance.mpc
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-07-09 12:15:16 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-07-09 12:15:16 +0000
commitc5969edfe9761bcfbc84fc438626ceef50bc7529 (patch)
treedf6de71cd6c30f8078c1921a2f8a756ebfddb85a /TAO/orbsvcs/orbsvcs/FaultTolerance.mpc
parent5b1dbbd118a3bc6c2ea10f4a20c13ce9a8d795c1 (diff)
downloadATCD-c5969edfe9761bcfbc84fc438626ceef50bc7529.tar.gz
ChangeLogTag: Tue Jul 9 07:14:38 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FaultTolerance.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/FaultTolerance.mpc16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FaultTolerance.mpc b/TAO/orbsvcs/orbsvcs/FaultTolerance.mpc
new file mode 100644
index 00000000000..8339b127493
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/FaultTolerance.mpc
@@ -0,0 +1,16 @@
+project(FaultTolerance) : orbsvcslib {
+ depends += FTORB CosNaming CosNotification Svc_Utils IORManipulation PortableServer
+ sharedname = TAO_FaultTolerance
+ libs += TAO_FTORB TAO_CosNaming TAO_CosNotification TAO_Svc_Utils TAO_IORManip TAO_PortableServer TAO
+ idlflags += -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_FT_Export -Wb,export_include=FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h
+ dllflags = TAO_FT_BUILD_DLL
+
+ IDL_Files {
+ FT_CORBA.idl
+ }
+
+ Source_Files {
+ FT_CORBAC.cpp
+ FT_CORBAS.cpp
+ }
+}