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
/
examples
/
Simple
/
chat
/
chat.mpc
blob
e341d8d777366d4a41fa2572709285da7edc91ed
1
// -*- MPC -*-
2
project(*IDL): taoidldefaults {
3
IDL_Files {
4
Receiver.idl
5
Broadcaster.idl
6
}
7
custom_only = 1
8
}
9
10
project(*server) : taoserver, utils, iortable {
11
after += *IDL
12
IDL_Files {
13
}
14
Source_Files {
15
BroadcasterC.cpp
16
BroadcasterS.cpp
17
ReceiverC.cpp
18
Broadcaster_i.cpp
19
Server_i.cpp
20
server.cpp
21
}
22
}
23
24
project(*client): taoexe, portableserver, utils {
25
exename = client
26
after += *IDL
27
IDL_Files {
28
}
29
Source_Files {
30
ReceiverC.cpp
31
ReceiverS.cpp
32
BroadcasterC.cpp
33
Receiver_i.cpp
34
Client_i.cpp
35
client.cpp
36
}
37
}