summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Mcast/Two_Way/Two_Way.mpc
blob: 15ce9690c3bc52e3c4350a170ddfdc2b9d8a2492 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
project(*application): messaging, rteventexe {
  after  += ECMcastTests_Lib CosNaming IORTable
  libs     += ECMcastTests TAO_CosNaming TAO_IORTable
  includes += ../Common
  exename   = application

  Source_Files {
    application.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
  }
}