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
Merge pull request #2306 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
FaultTolerance
/
IOGR
/
FaultTolerance_IOGR.mpc
blob
3365b944bf5fdf9b3d28a499975aa0105a7a1922
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*server): portableserver, orbsvcsexe, iormanip, ftorb, messaging {
10
after += *idl
11
exename = server
12
Source_Files {
13
test_i.cpp
14
testS.cpp
15
testC.cpp
16
server.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*Manager): portableserver, orbsvcsexe, iormanip, ftorb {
23
after += *idl
24
exename = Manager
25
Source_Files {
26
testC.cpp
27
Manager.cpp
28
}
29
IDL_Files {
30
}
31
}