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 #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
Monitor
/
Marshal_Buffer
/
marshal_buffer.mpc
blob
5a6ba3b7a379c5be9b4289068665a40b8e9c0f77
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
10
project(*client): taoclient, tao_monitor, ace_mc {
11
after += *idl
12
13
IDL_Files {
14
}
15
16
Source_Files {
17
client.cpp
18
testC.cpp
19
}
20
21
Header_Files {
22
testC.h
23
}
24
25
Inline_Files {
26
testC.inl
27
}
28
}
29
30
project(*server): taoserver {
31
after += *idl
32
33
IDL_Files {
34
}
35
36
Source_Files {
37
server.cpp
38
testC.cpp
39
testS.cpp
40
test_i.cpp
41
}
42
43
Header_Files {
44
testC.h
45
testS.h
46
test_i.h
47
}
48
49
Inline_Files {
50
testC.inl
51
}
52
}
53