summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/HTIOP.mpc
blob: 7db3241bbed791185e7ac1b676c7c44922c21371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// -*- MPC -*-
//
// $Id$

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

  IDL_FILES {
    HTIOP.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    HTIOP {
      HTIOPC.cpp
      HTIOP
    }
  }
}