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 #2303 from jwillemsen/jwi-803
[ACE_TAO.git]
/
TAO
/
performance-tests
/
Memory
/
Single_Threaded
/
Memory_Growth.mpc
blob
77dc292a0cfdaec31c1c25d60e3225e318667ab6
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Test.idl
5
}
6
7
custom_only = 1
8
}
9
10
project(*server): taoserver {
11
after += *idl
12
Source_Files {
13
TestC.cpp
14
TestS.cpp
15
Memory_Growth.cpp
16
server.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*client): taoclient {
23
after += *idl
24
Source_Files {
25
TestC.cpp
26
client.cpp
27
}
28
IDL_Files {
29
}
30
}
31