summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP.mpc17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP.mpc b/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
new file mode 100644
index 00000000000..bd57c72b210
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
@@ -0,0 +1,17 @@
+project(SSLIOP) : orbsvcslib {
+ 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
+ }
+}