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
=default for generated implementation copy ctor
[ACE_TAO.git]
/
TAO
/
examples
/
Buffered_AMI
/
Buffered_AMI.mpc
blob
c40865579903a109fe6375f89d5acf44e97925d8
1
// -*- MPC -*-
2
project(*IDL): taoidldefaults, ami {
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): messaging, taoserver, ami {
10
exename = server
11
after += *IDL
12
Source_Files {
13
testS.cpp
14
testC.cpp
15
test_i.cpp
16
server.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*Client): messaging, taoserver, ami {
23
exename = client
24
after += *IDL
25
Source_Files {
26
testS.cpp
27
testC.cpp
28
client.cpp
29
}
30
IDL_Files {
31
}
32
}