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
/
Miop
/
McastFragmentation
/
McastFragmentation.mpc
blob
5066b917d01692dc5d9d6c6938241efcbab7a732
1
// -*- MPC -*-
2
//
3
4
project(*IDL): taoidldefaults {
5
IDL_Files {
6
Hello.idl
7
}
8
custom_only = 1
9
}
10
11
project(*Server) : taoserver, portablegroup {
12
exename = server
13
after += *IDL
14
15
Source_Files {
16
Hello_Impl.cpp
17
HelloC.cpp
18
HelloS.cpp
19
server.cpp
20
}
21
IDL_Files {
22
}
23
}
24
25
project(*Client) : taoclient, portablegroup {
26
exename = client
27
after += *IDL
28
29
Source_Files {
30
HelloC.cpp
31
client.cpp
32
}
33
IDL_Files {
34
}
35
}