summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Bug_3387_Regression/Bug_3387_Regression.mpc
blob: 50536d4a2cab73d6a85feb5724f9554a211cab3e (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
26
27
28
29
30
31
32
33
34
35
// -*- MPC -*-
// $Id$

project(*Server): taoexe, portableserver, namingexe, notification_skel {
  Source_Files {
    StructuredEventSupplier_i.cpp
    MessengerServer.cpp         
    Messenger_i.cpp
  }
}

project(*Client): taoexe, namingexe, notification {

  after += *Server

  IDL_Files {
  }

  Source_Files {
    MessengerC.cpp
    MessengerClient.cpp
  }
}

project(*Consumer): taoexe, portableserver, namingexe, notification_skel {

  after += *Server
  IDL_Files {
  }

  Source_Files {
    MessengerConsumer.cpp
    StructuredEventConsumer_i.cpp
  }
}