summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc
blob: 5e108aa841ef188edd25307493f31912b4f138b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
project(CosLifeCycle) : orbsvcslib {
  depends   += CosNaming Svc_Utils PortableServer
  sharedname = TAO_CosLifeCycle
  libs      += TAO_CosNaming TAO_Svc_Utils TAO_PortableServer TAO
  idlflags  += -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_LifeCycle_Export -Wb,export_include=LifeCycle/lifecycle_export.h
  dllflags   = TAO_LIFECYCLE_BUILD_DLL

  IDL_Files {
    CosLifeCycle.idl
    LifeCycleService.idl
  }

  Source_Files {
    CosLifeCycleC.cpp
    CosLifeCycleS.cpp
    LifeCycleServiceC.cpp
    LifeCycleServiceS.cpp
  }
}