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
/
tests
/
Bug_3746_Regression
/
Bug_3746_Regression.mpc
blob
17a187ea93531d8a4f0e516255237d4f06ef8cbf
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
idlflags += -Sp
4
IDL_Files {
5
Test.idl
6
}
7
custom_only = 1
8
}
9
10
project(*Client): taoclient {
11
after += *idl
12
Source_Files {
13
client.cpp
14
}
15
Source_Files {
16
TestC.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*Server): taoserver {
23
after += *idl *Client
24
Source_Files {
25
Test_i.cpp
26
server.cpp
27
}
28
Source_Files {
29
TestC.cpp
30
TestS.cpp
31
}
32
IDL_Files {
33
}
34
}