summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/MT_SSLIOP/MT_SSLIOP.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Security/MT_SSLIOP/MT_SSLIOP.mpc')
-rw-r--r--TAO/orbsvcs/tests/Security/MT_SSLIOP/MT_SSLIOP.mpc33
1 files changed, 33 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Security/MT_SSLIOP/MT_SSLIOP.mpc b/TAO/orbsvcs/tests/Security/MT_SSLIOP/MT_SSLIOP.mpc
new file mode 100644
index 00000000000..918a01648b2
--- /dev/null
+++ b/TAO/orbsvcs/tests/Security/MT_SSLIOP/MT_SSLIOP.mpc
@@ -0,0 +1,33 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ IDL_Files {
+ test.idl
+ }
+ custom_only = 1
+}
+
+project(*security server): orbsvcsexe, portableserver, ssl, iortable {
+ after += *idl
+ Source_Files {
+ Server_Worker.cpp
+ server.cpp
+ test_i.cpp
+ testS.cpp
+ testC.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*security client): orbsvcsexe, ssl {
+ after += *idl
+ Source_Files {
+ Client_Worker.cpp
+ client.cpp
+ testC.cpp
+ }
+ IDL_Files {
+ }
+}