summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Mcast/Two_Way/Two_Way.mpc
blob: bf3969cd93a2db6a782d1675ba9008e20fbcef46 (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, naming {
  after  += ECMcastTests_Lib
  libs     += ECMcastTests
  includes += ../Common
  exename   = application

  Source_Files {
    application.cpp
  }
}

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

  Source_Files {
    gateway-ec.cpp
  }
}