summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
blob: 279b082bdf6195fda3357650be2cbd9ea7de18f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
project(SSLIOP) : orbsvcslib, corba_messaging, core, security, portableserver, ssl {
  requires    += interceptors
  sharedname   = TAO_SSLIOP
  idlflags    += -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=SSLIOP/SSLIOP_Export.h
  dynamicflags = TAO_SSLIOP_BUILD_DLL
  tagchecks    = SSLIOP

  IDL_Files {
    SSLIOP.idl
  }

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