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
/
OBV
/
Indirection
/
Indirection.mpc
blob
f2fc815fd8795185db8a298450781eac0474d2bc
1
project(*IDL): taoidldefaults, valuetype {
2
IDL_Files {
3
Messenger.idl
4
}
5
custom_only = 1
6
}
7
8
project(*Server): taoserver, valuetype {
9
exename = MessengerServer
10
after += *IDL
11
Source_Files {
12
Messenger_i.cpp
13
Factory.cpp
14
MessengerServer.cpp
15
}
16
Source_Files {
17
MessengerC.cpp
18
MessengerS.cpp
19
}
20
IDL_Files {
21
}
22
}
23
24
project(*Client): taoclient, valuetype {
25
exename = MessengerClient
26
after += *IDL
27
Source_Files {
28
Factory.cpp
29
MessengerClient.cpp
30
}
31
Source_Files {
32
MessengerC.cpp
33
}
34
IDL_Files {
35
}
36
}