summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/NotifyService/RTNotify/RTNotify.mpc
blob: cc01e7483d95ad9ebb1f0ad21bb7907cc10c5965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// $Id$

project(*Server): taoexe, portableserver, namingexe, notification_skel, rtcorba {
  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, rtportableserver {
  IDL_Files {
  }
  Source_Files {
    MessengerConsumer.cpp
    StructuredEventConsumer_i.cpp
  }
}