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
=default for generated implementation copy ctor
[ACE_TAO.git]
/
TAO
/
examples
/
PluggableUDP
/
tests
/
SimplePerformance
/
SimplePerformance.mpc
blob
f13f3f5f3030cc0de5e417a29503b96727fdc43d
1
// -*- MPC -*-
2
project(*IDL): taoidldefaults {
3
idlflags += -Sp -Sd
4
5
IDL_Files {
6
test.idl
7
}
8
9
custom_only = 1
10
}
11
12
project(*server): taoserver, strategies {
13
exename = server
14
after += *IDL
15
16
Source_Files {
17
server.cpp
18
test_i.cpp
19
testS.cpp
20
testC.cpp
21
}
22
23
IDL_Files {
24
}
25
}
26
27
project(*client): taoserver, strategies {
28
exename = client
29
after += *IDL
30
31
Source_Files {
32
client.cpp
33
testC.cpp
34
}
35
36
IDL_Files {
37
}
38
}
39