summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc
blob: c3676feda911056eeb1663f99f40d5504ba2675f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
project(CosLifeCycle) : orbsvcslib, core, naming {
  sharedname   = TAO_CosLifeCycle
  idlflags    += -Wb,export_macro=TAO_LifeCycle_Export -Wb,export_include=LifeCycle/lifecycle_export.h
  dynamicflags = TAO_LIFECYCLE_BUILD_DLL
  tagchecks    = LifeCycle

  IDL_Files {
    CosLifeCycle.idl
    LifeCycleService.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    LifeCycle {
      CosLifeCycleC.cpp
      CosLifeCycleS.cpp
      LifeCycleServiceC.cpp
      LifeCycleServiceS.cpp
    }
  }
}