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 #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git]
/
TAO
/
performance-tests
/
Sequence_Latency
/
Single_Threaded
/
Single_Threaded.mpc
blob
64bd4650ff62cd72355cd59b4ec9ed84977a6700
1
// -*- MPC -*-
2
project(*sequence_idl): taoidldefaults, strategies {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*sequence server) : taoserver, strategies {
10
after += *sequence_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(*sequence client): taoclient, strategies {
22
after += *sequence_idl
23
avoids += ace_for_tao
24
Source_Files {
25
TestC.cpp
26
client.cpp
27
}
28
IDL_Files {
29
}
30
}