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 "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
Bug_2316_Regression
/
Bug_2316_Regression.mpc
blob
7f9e26b8e7cf6635cc2bad2b164fef03f46bce95
1
// -*- MPC -*-
2
project(*IDL): taoidldefaults {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): orbsvcsexe, portablegroup, portableserver {
10
exename = server
11
after += *IDL
12
13
Source_Files {
14
TestC.cpp
15
TestS.cpp
16
Test_impl.cpp
17
server.cpp
18
}
19
IDL_Files {
20
}
21
}
22
23
project(*Client): orbsvcsexe, portablegroup {
24
exename = client
25
after += *IDL
26
27
Source_Files {
28
TestC.cpp
29
client.cpp
30
}
31
IDL_Files {
32
}
33
}
34