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
/
examples
/
Simple
/
grid
/
grid.mpc
blob
b616d1981f88264b22ced9ac9937d2b3f8c04176
1
// -*- MPC -*-
2
project(*IDL): taoidldefaults {
3
IDL_Files {
4
Grid.idl
5
}
6
custom_only = 1
7
}
8
9
project(*server): namingexe, iortable, utils, avoids_corba_e_micro {
10
exename = server
11
after += *IDL
12
Source_Files {
13
GridC.cpp
14
GridS.cpp
15
Grid_i.cpp
16
server.cpp
17
../Simple_util.cpp
18
}
19
IDL_Files {
20
}
21
}
22
23
project(*client): namingexe, iortable, utils {
24
exename = client
25
after += *IDL
26
Source_Files {
27
GridC.cpp
28
client.cpp
29
../Simple_util.cpp
30
Grid_Client_i.cpp
31
}
32
IDL_Files {
33
}
34
}