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_2615_Regression
/
Bug_2615_Regression.mpc
blob
b0bf27772f3e456ccca61231e72f516e63d849b7
1
// -*- MPC -*-
2
project(*IDL): taoidldefaults {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Client): taoserver, ftclientorb {
10
after += *IDL
11
12
exename = client
13
Source_Files {
14
TestC.cpp
15
client.cpp
16
}
17
IDL_Files {
18
}
19
}
20
21
project (*Server) : taoserver, ftclientorb, pi_server {
22
after += *IDL
23
24
exename = server
25
Source_Files {
26
TestC.cpp
27
TestS.cpp
28
server.cpp
29
Hello.cpp
30
ServerORBInitializer2.cpp
31
ServerRequest_Interceptor2.cpp
32
}
33
IDL_Files {
34
}
35
}