summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/ValueTypes/Notify/Notify.mpc
blob: 329f3d5f8bbae8c2cfe30176b7c69ecb3ae95fad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
project(*supplier) : taoexe, portableserver, valuetype, notify, portableserver, event_skel {
  exename = supplier
  source_files {
    supplier.cpp
  }
  header_files {
    Event_i.h
  }
}

project(*consumer) : taoexe, portableserver, valuetype, notify, portableserver, event_skel {
  exename = consumer
  source_files {
    consumer.cpp
  }
  header_files {
    Event_i.h
  }
}