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
Continued changes from peer review
[ACE_TAO.git]
/
TAO
/
performance-tests
/
Callback
/
Callback.mpc
blob
d455880971c83ca2601f152b02de91bf027f1188
1
// -*- MPC -*-
2
project(*Perf_IDL): taoidldefaults, strategies {
3
IDL_Files {
4
callback.idl
5
}
6
custom_only = 1
7
}
8
9
project(*server): taoserver, messaging, strategies {
10
after += *Perf_IDL
11
avoids += ace_for_tao
12
Source_Files {
13
callbackC.cpp
14
callbackS.cpp
15
Server_i.cpp
16
server.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*client): taoexe, messaging, portableserver, strategies {
23
after += *Perf_IDL
24
avoids += ace_for_tao
25
Source_Files {
26
callbackC.cpp
27
callbackS.cpp
28
Callback_i.cpp
29
client.cpp
30
}
31
IDL_Files {
32
}
33
}