summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosProperty.mpc
blob: fb763f5075096a89f27309628313577a59fe7936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// -*- MPC -*-
// $Id$

project(CosProperty) : orbsvcslib, core, portableserver {
  sharedname   = TAO_CosProperty
  idlflags    += -Wb,export_macro=TAO_Property_Export -Wb,export_include=orbsvcs/Property/property_export.h
  dynamicflags = TAO_PROPERTY_BUILD_DLL
  tagchecks   += Property
  pch_header   =
  pch_source   =

  IDL_Files {
    CosPropertyService.idl
  }

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

  Template_Files {
  }
}