summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/HTIOP.mpc
blob: 4178a55c569c232ae787eade37d3001cf7238945 (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
// -*- MPC -*-
project : htbp, orbsvcslib, orbsvcs_output, install, tao_versioning_idl_defaults, svc_utils {
  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 -Sa -Sorb \
                -o HTIOP
    idlflags -= -St
    gendir = HTIOP
    HTIOP/htiop_endpoints.pidl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    HTIOP {
      HTIOP
    }
  }
}