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 #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
tests
/
MT_BiDir
/
MT_BiDir.mpc
blob
38fbc74381a119e9fb839cb10402455665a77bd6
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Receiver.idl
5
Sender.idl
6
}
7
custom_only = 1
8
}
9
10
project(*Server): taoserver, avoids_minimum_corba, bidir_giop, avoids_corba_e_micro {
11
after += *idl
12
Source_Files {
13
Sender_i.cpp
14
Server_Task.cpp
15
server.cpp
16
}
17
Source_Files {
18
ReceiverC.cpp
19
SenderC.cpp
20
SenderS.cpp
21
}
22
IDL_Files {
23
}
24
}
25
26
project(*Client): taoserver, avoids_minimum_corba, bidir_giop, avoids_corba_e_micro {
27
exename = client
28
after += *idl
29
Source_Files {
30
Client_Task.cpp
31
Receiver_i.cpp
32
client.cpp
33
}
34
Source_Files {
35
ReceiverC.cpp
36
ReceiverS.cpp
37
SenderC.cpp
38
}
39
IDL_Files {
40
}
41
}