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
Use a variable on the stack to not have a temporary in the call
[ACE_TAO.git]
/
TAO
/
performance-tests
/
Latency
/
Single_Threaded
/
Single_Threaded.mpc
blob
731640bf22c599d89008c8f51c036a3774378667
1
// -*- MPC -*-
2
project(*latency_idl): taoidldefaults, strategies {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*latency server): taoserver, strategies {
10
after += *latency_idl
11
Source_Files {
12
Roundtrip.cpp
13
TestS.cpp
14
TestC.cpp
15
server.cpp
16
}
17
IDL_Files {
18
}
19
}
20
21
project(*latency client): taoclient, strategies {
22
after += *latency_idl
23
avoids += ace_for_tao
24
Source_Files {
25
TestC.cpp
26
client.cpp
27
}
28
IDL_Files {
29
}
30
}
31