summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosProperty.mpc
blob: 5cc94b7cc350159353b94d75bb80e6a064567045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
project(CosProperty) : orbsvcslib, core {
  depends    += PortableServer
  sharedname  = TAO_CosProperty
  libs       += TAO_PortableServer TAO
  idlflags   += -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_Property_Export -Wb,export_include=Property/property_export.h
  dllflags    = TAO_PROPERTY_BUILD_DLL
  tagchecks   = Property
  include_dir = orbsvcs

  IDL_Files {
    CosPropertyService.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    Property {
      CosPropertyServiceC.cpp
      CosPropertyServiceS.cpp
      Property
    }
  }
}