repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
AVStreams
/
Latency
/
AVS_Latency.mpc
blob
6584c3859733e7aaf83e443cff6401156f623a9d
1
// -*- MPC -*-
2
project(*ping): avstreamsexe, strategies {
3
exename = ping
4
5
Source_Files {
6
ping.cpp
7
}
8
}
9
10
project(*pong): avstreamsexe, strategies {
11
exename = pong
12
13
Source_Files {
14
pong.cpp
15
}
16
}
17
18
project(*cntl): avstreamsexe, strategies {
19
exename = control
20
21
Source_Files {
22
control.cpp
23
}
24
}
25