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

project(SSLIOP) : orbsvcslib, core, security, ssl {
  requires    += interceptors
  sharedname   = TAO_SSLIOP
  idlflags    += -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=orbsvcs/SSLIOP/SSLIOP_Export.h
  dynamicflags = TAO_SSLIOP_BUILD_DLL
  tagchecks   += SSLIOP
  pch_header   =
  pch_source   =

  IDL_Files {
    SSLIOP.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    SSLIOP {
      SSLIOPC.cpp
      SSLIOP
    }
  }
}