summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup.mpc
blob: 677827cdaec2897d6bc118b93c400b74050655a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
project(PortableGroup) : orbsvcslib {
  depends   += CosNaming Svc_Utils PortableServer
  sharedname = TAO_PortableGroup
  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_PortableGroup_Export -Wb,export_include=PortableGroup/portablegroup_export.h
  dllflags   = TAO_PORTABLEGROUP_BUILD_DLL

  IDL_Files {
    miop.idl
    PortableGroup.idl
  }

  Source_Files {
    miopC.cpp
    miopS.cpp
    PortableGroupC.cpp
    PortableGroupS.cpp
    PortableGroup
  }
}