summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
blob: 6107925192de27af8a9b9c170460811d94c7304f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
project(SSLIOP) : orbsvcslib {
  ssl        = 1
  depends   += Security PortableServer ssl
  sharedname = TAO_SSLIOP
  libs       = TAO_Security TAO_PortableServer TAO ACE_SSL
  idlflags  += -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=SSLIOP/SSLIOP_Export.h
  dllflags   = TAO_SSLIOP_BUILD_DLL

  IDL_Files {
    SSLIOP.idl
  }

  Source_Files {
    SSLIOPC.cpp
    SSLIOPS.cpp
    SSLIOP
  }
}