summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/DevGuideExamples/Security/SecurityUnawareApp/SecurityUnawareApp.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/DevGuideExamples/Security/SecurityUnawareApp/SecurityUnawareApp.mpc')
-rw-r--r--ACE/TAO/orbsvcs/DevGuideExamples/Security/SecurityUnawareApp/SecurityUnawareApp.mpc15
1 files changed, 15 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/DevGuideExamples/Security/SecurityUnawareApp/SecurityUnawareApp.mpc b/ACE/TAO/orbsvcs/DevGuideExamples/Security/SecurityUnawareApp/SecurityUnawareApp.mpc
new file mode 100644
index 00000000000..09a2598b354
--- /dev/null
+++ b/ACE/TAO/orbsvcs/DevGuideExamples/Security/SecurityUnawareApp/SecurityUnawareApp.mpc
@@ -0,0 +1,15 @@
+// $Id$
+
+project(*Server): taoexe, portableserver, security, ssl {
+ Source_Files {
+ Messenger_i.cpp
+ MessengerServer.cpp
+ }
+}
+
+project(*Client): taoexe, security, ssl {
+ Source_Files {
+ MessengerC.cpp
+ MessengerClient.cpp
+ }
+}