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 #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
IOR_MCast
/
IOR_MCast.mpc
blob
84b84d7551e6ddf68156f5307de6b265ba22ae4e
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
MCast.idl
5
}
6
custom_only = 1
7
}
8
9
project(*server): namingexe, iortable, svc_utils {
10
exename = server
11
12
after += *idl
13
Source_Files {
14
server_i.cpp
15
MCast_Server_i.cpp
16
MCastS.cpp
17
MCastC.cpp
18
server.cpp
19
}
20
IDL_Files {
21
}
22
}
23
24
project(*client): namingexe, iortable, svc_utils {
25
exename = client
26
27
after += *idl
28
Source_Files {
29
ior_mcast_client_i.cpp
30
server_i.cpp
31
MCast_Server_i.cpp
32
MCastS.cpp
33
MCastC.cpp
34
client.cpp
35
}
36
IDL_Files {
37
}
38
}