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 #2306 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
examples
/
AMI
/
FL_Callback
/
FL_Callback.mpc
blob
b11d7e7baaadc108f6d1097dee3d2a15747e4a8e
1
// -*- MPC -*-
2
project(*idl): taoexe, messaging, ami {
3
IDL_Files {
4
test.idl
5
}
6
7
custom_only = 1
8
}
9
10
project(*progress): taoexe, messaging, ami, portableserver, tao_flresource {
11
exename = progress
12
after += *idl
13
14
Source_Files {
15
Progress_i.cpp
16
progress.cpp
17
testS.cpp
18
testC.cpp
19
}
20
21
Header_Files {
22
Progress_i.h
23
testC.h
24
testS.h
25
}
26
27
Inline_Files {
28
testC.inl
29
}
30
31
IDL_Files {
32
}
33
}
34
35
project(*peer): taoexe, strategies, messaging, ami, portableserver {
36
exename = peer
37
after += *idl
38
39
Source_Files {
40
Peer_i.cpp
41
peer.cpp
42
testS.cpp
43
testC.cpp
44
}
45
46
Header_Files {
47
Peer_i.h
48
testC.h
49
testS.h
50
}
51
52
Inline_Files {
53
testC.inl
54
}
55
56
IDL_Files {
57
}
58
}