summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FaultTolerance.mpc
blob: f074403d87f0670cb88da34889ecc1dad90abc40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
project(FaultTolerance) : orbsvcslib, core, notification, ftorbutils {
  requires    += naming
  sharedname   = TAO_FaultTolerance
  idlflags    += -Wb,export_macro=TAO_FT_Export -Wb,export_include=FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h
  dynamicflags = TAO_FT_BUILD_DLL
  tagchecks   += FaultTolerance
  avoids      += minimum_corba

  IDL_Files {
    FT_CORBA.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    FaultTolerance {
      FT_CORBAC.cpp
      FT_CORBAS.cpp
    }
  }
}