summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Blocking/Blocking.mpc
blob: 8a9b37f4ceefd5cdda6af37d9b3a9c274846f05d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
project(Structured Supplier): notifytest {
  exename = Structured_Supplier

  Source_Files {
    Structured_Supplier.cpp
  }
}

project(Structured Consumer): notifytest {
  exename = Structured_Consumer

  Source_Files {
    goC.cpp
    common.cpp
    Notify_Structured_Push_Consumer.cpp
    Structured_Consumer.cpp
  }
}