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
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tests
/
AMI
/
AMI.mpc
blob
bdee73f2b1c3d02f4c0ef85316be434ba4b548a1
1
// -*- MPC -*-
2
project(*idl): taoidldefaults, ami {
3
IDL_Files {
4
ami_test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver, messaging, ami {
10
after += *idl
11
Source_Files {
12
ami_test_i.cpp
13
ami_testS.cpp
14
ami_testC.cpp
15
server.cpp
16
}
17
IDL_Files {
18
}
19
}
20
21
project(*Client): messaging, taoserver, ami {
22
exename = client
23
after += *idl
24
Source_Files {
25
client.cpp
26
ami_testS.cpp
27
ami_testC.cpp
28
}
29
IDL_Files {
30
}
31
}
32
33
project(*Simple Client): messaging, taoserver, ami {
34
exename = simple_client
35
after += *idl
36
Source_Files {
37
simple_client.cpp
38
ami_testS.cpp
39
ami_testC.cpp
40
}
41
IDL_Files {
42
}
43
}