summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosProperty.mpc
blob: 29f32fe53a21c26f731d7c081aaa3820dd599234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
project(CosProperty) : orbsvcslib {
  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

  IDL_Files {
    CosPropertyService.idl
  }

  Source_Files {
    CosPropertyServiceC.cpp
    CosPropertyServiceS.cpp
    Property
  }
}