summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Callback/Callback.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Security/Callback/Callback.mpc')
-rw-r--r--TAO/orbsvcs/tests/Security/Callback/Callback.mpc40
1 files changed, 40 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Security/Callback/Callback.mpc b/TAO/orbsvcs/tests/Security/Callback/Callback.mpc
new file mode 100644
index 00000000000..e2a379ae985
--- /dev/null
+++ b/TAO/orbsvcs/tests/Security/Callback/Callback.mpc
@@ -0,0 +1,40 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ IDL_Files {
+ server.idl
+ client.idl
+ }
+ custom_only = 1
+}
+
+project(*security server): taoexe, portableserver, ssl {
+ after += *idl
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ clientC.cpp
+ serverC.cpp
+ serverS.cpp
+ server_i.cpp
+ server.cpp
+ }
+}
+
+project(*security client): taoexe, portableserver, ssl {
+ after += *idl
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ clientC.cpp
+ clientS.cpp
+ serverC.cpp
+ client_i.cpp
+ client.cpp
+ }
+}