summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/AVS_Pluggable_Flow_Protocol.mpc
blob: 71dc6fc745f3ecc7370774a6e55fa60b5644d2d5 (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
// -*- MPC -*-
// $Id$

project(*ts) : orbsvcslib, portableserver, avstreams, naming {
  sharedname   = TAO_TS
  dynamicflags = TAO_TS_BUILD_DLL

  Source_Files {
    TimeStamp.cpp
  }
}

project(*send): avstreamsexe {
  exename  = sender

  Source_Files {
    sender.cpp
  }
}

project(*recv): avstreamsexe {
  exename  = receiver

  Source_Files {
    receiver.cpp
  }
}