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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
FT_Naming
/
FaultTolerant
/
FaultTolerant.mpc
blob
5fba5c539538638e48c40110c11ae51833daf00d
1
// -*- MPC -*-
2
3
project(*idl): taoidldefaults {
4
IDL_Files {
5
Test.idl
6
}
7
custom_only = 1
8
}
9
10
project(*server): ftnaming {
11
after += *idl
12
exename = server
13
Source_Files {
14
TestC.cpp
15
TestS.cpp
16
server.cpp
17
LB_server.cpp
18
Basic.cpp
19
}
20
IDL_Files {
21
}
22
}
23
24
project(*Client) : ftnaming {
25
exename = client
26
after += *idl
27
Source_Files {
28
client.cpp
29
TestC.cpp
30
}
31
IDL_Files {
32
test_object.idl
33
}
34
}