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
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
performance-tests
/
Throughput
/
Throughput.mpc
blob
1ef2954e936a8b267ea17e874f857219aebaaed6
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*server): taoserver, strategies {
10
after += *idl
11
Source_Files {
12
TestC.cpp
13
TestS.cpp
14
Receiver_Factory.cpp
15
Receiver.cpp
16
server.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*client): taoclient, strategies {
23
after += *idl
24
Source_Files {
25
TestC.cpp
26
client.cpp
27
}
28
IDL_Files {
29
}
30
}