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
Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git]
/
ACE
/
protocols
/
tests
/
RMCast
/
RMCast.mpc
blob
784c754f285888db572900ee5d9502858525e583
1
// -*- MPC -*-
2
project(*Sender) : aceexe, rmcast {
3
exename = sender
4
Source_Files {
5
Sender.cpp
6
}
7
}
8
project(*Receiver) : aceexe, rmcast {
9
exename = receiver
10
Source_Files {
11
Receiver.cpp
12
}
13
}