summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosProperty.mpc
blob: c45a5b20548c9a1ec8cbc0feb0e44ca5c460c327 (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
27
28
29
30
31
32
33
34
35
// -*- 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 {
    CosProperty.idl

    // This is a wrappper for backwards compatibility
    CosPropertyService.idl
  }

  Source_Files {
    CosPropertyC.cpp
    CosPropertyS.cpp
    Property
  }

  Header_Files {
    Property
  }

  Template_Files {
  }

  Pkgconfig_Files {
    TAO_CosProperty.pc.in
  }
}