summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/HTIOP.mpc
blob: eeaa015661a720a246ae7dc5895377884c213c41 (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
// -*- MPC -*-
//
// $Id$

project : htbp, orbsvcslib, core, tao_versioning_idl_defaults {
  sharedname   = TAO_HTIOP
  idlflags    += -Wb,export_macro=HTIOP_Export -Wb,export_include=orbsvcs/HTIOP/HTIOP_Export.h -SS
  dynamicflags = HTIOP_BUILD_DLL
  tagchecks += HTIOP
  pch_header =
  pch_source =

  IDL_FILES {
    HTIOP.idl
  }

  IDL_Files {
    idlflags += -Sci -Gp -Gd -Ge 1 -Sa -Sorb \
                -o HTIOP
    idlflags -= -St
    HTIOP/htiop_endpoints.pidl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    HTIOP {
      HTIOP
    }
  }
}