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
/
examples
/
CosEC
/
Simple
/
CosEC_Simple.mpc
blob
cf285141110be80c7a5c6b5fe0df1a83096a4dc9
1
// -*- MPC -*-
2
project(*Service) : orbsvcsexe, event, event_serv, naming {
3
4
exename = Service
5
6
Source_Files {
7
Service.cpp
8
}
9
}
10
11
project(*Consumer) : orbsvcsexe, event, event_skel {
12
13
exename = Consumer
14
15
Source_Files {
16
Consumer.cpp
17
}
18
}
19
20
project(*Supplier) : orbsvcsexe, event, event_skel {
21
22
exename = Supplier
23
24
Source_Files {
25
Supplier.cpp
26
}
27
}