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 #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
Smart_Proxies
/
Benchmark
/
SP_Benchmark.mpc
blob
49e5e98288258cdf30278c13f09efdafcbc2a8c1
1
// -*- MPC -*-
2
project(*idl): taoidldefaults, smart_proxies {
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver, smart_proxies {
10
after += *idl
11
Source_Files {
12
server.cpp
13
}
14
Source_Files {
15
testC.cpp
16
testS.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*Client): taoclient, smart_proxies {
23
after += *idl
24
Source_Files {
25
client.cpp
26
Smart_Proxy_Impl.cpp
27
}
28
Source_Files {
29
testC.cpp
30
}
31
IDL_Files {
32
}
33
}