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
/
Bug_2768_Regression
/
Bug_2768_Regression.mpc
blob
18422a19b48553ab9076d294dee677dc7e6b540c
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Messenger.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver, iortable, avoids_corba_e_micro {
10
after += *idl
11
Source_Files {
12
Messenger_i.cpp
13
server.cpp
14
}
15
Source_Files {
16
MessengerC.cpp
17
MessengerS.cpp
18
}
19
IDL_Files {
20
}
21
}
22
23
project(*Client): taoclient, corba_messaging {
24
after += *idl
25
Source_Files {
26
client.cpp
27
}
28
Source_Files {
29
MessengerC.cpp
30
}
31
IDL_Files {
32
}
33
}
34