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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
examples
/
Buffered_Oneways
/
Buffered_Oneways.mpc
blob
9d173dccde3791f3f3353e47ad9f247bda5a45a4
1
// -*- MPC -*-
2
project(*IDL): taoidldefaults {
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver, messaging {
10
after += *IDL
11
Source_Files {
12
test_i.cpp
13
server.cpp
14
testS.cpp
15
testC.cpp
16
}
17
IDL_Files {
18
}
19
}
20
21
project(*Client): taoclient, messaging {
22
after += *IDL
23
Source_Files {
24
client.cpp
25
testC.cpp
26
}
27
IDL_Files {
28
}
29
}