summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FaultTolerance.mpc
blob: 8339b1274938501bfd6c5e843571fd432efe8c2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
  }
}