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
/
FT_Naming
/
Federation
/
Federation.mpc
blob
3a782579c1887ae0e6a5f2eb936986f8b3069b09
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Client): namingexe {
10
exename = client
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): namingexe, portableserver {
23
exename = server
24
after += *idl
25
Source_Files {
26
server.cpp
27
Hello.cpp
28
}
29
Source_Files {
30
TestC.cpp
31
TestS.cpp
32
}
33
IDL_Files {
34
}
35
}
36