summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc
blob: 0f1fd636a2ae00d5735709c5cc2a98aa63ba869b (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
project(*supplier): messaging, rteventexe {
  after  += ECMcastTests_Lib CosNaming IORTable
  libs     += ECMcastTests TAO_CosNaming TAO_IORTable
  includes += ../Common
  exename   = supplier

  Source_Files {
    supplier.cpp
  }
}

project(*consumer): messaging, rteventexe {
  after  += ECMcastTests_Lib CosNaming IORTable
  libs     += ECMcastTests TAO_CosNaming TAO_IORTable
  includes += ../Common
  exename   = consumer

  Source_Files {
    consumer.cpp
  }
}

project(*gateway-ec): messaging, rteventexe {
  after  += ECMcastTests_Lib CosNaming IORTable
  libs     += ECMcastTests TAO_CosNaming TAO_IORTable
  includes += ../Common
  exename   = gateway-ec

  Source_Files {
    gateway-ec.cpp
  }
}