summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/DevGuideExamples/NotifyService/SupplierSideNC/SupplierSideNC.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/DevGuideExamples/NotifyService/SupplierSideNC/SupplierSideNC.mpc')
-rw-r--r--TAO/orbsvcs/DevGuideExamples/NotifyService/SupplierSideNC/SupplierSideNC.mpc25
1 files changed, 25 insertions, 0 deletions
diff --git a/TAO/orbsvcs/DevGuideExamples/NotifyService/SupplierSideNC/SupplierSideNC.mpc b/TAO/orbsvcs/DevGuideExamples/NotifyService/SupplierSideNC/SupplierSideNC.mpc
new file mode 100644
index 00000000000..5458a3127b2
--- /dev/null
+++ b/TAO/orbsvcs/DevGuideExamples/NotifyService/SupplierSideNC/SupplierSideNC.mpc
@@ -0,0 +1,25 @@
+// $Id$
+
+project(*Server): taoexe, portableserver, namingexe, notification_serv {
+ Source_Files {
+ StructuredEventSupplier_i.cpp
+ MessengerServer.cpp
+ Messenger_i.cpp
+ }
+}
+
+project(*Client): taoexe, namingexe, notification {
+ Source_Files {
+ MessengerC.cpp
+ MessengerClient.cpp
+ }
+}
+
+project(*Consumer): taoexe, portableserver, namingexe, notification_skel {
+ IDL_Files {
+ }
+ Source_Files {
+ MessengerConsumer.cpp
+ StructuredEventConsumer_i.cpp
+ }
+}