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
/
OBV
/
ValueBox
/
valuebox.mpc
blob
f14a9d448101bf87c839a7ed89dcc1a842eb74e5
1
// -*- MPC -*-
2
project(*idl): taoidldefaults, valuetype {
3
IDL_Files {
4
vb_basic.idl
5
vb_struct.idl
6
vb_union.idl
7
valuebox.idl
8
}
9
custom_only = 1
10
}
11
12
project(*Server): taoserver, valuetype {
13
after += *idl
14
Source_Files {
15
Test_impl.cpp
16
server.cpp
17
}
18
Source_Files {
19
vb_basicC.cpp
20
vb_basicS.cpp
21
vb_structC.cpp
22
vb_structS.cpp
23
vb_unionC.cpp
24
vb_unionS.cpp
25
valueboxC.cpp
26
valueboxS.cpp
27
}
28
IDL_Files {
29
}
30
}
31
32
project(*Client): taoclient, valuetype {
33
after += *idl
34
Source_Files {
35
client.cpp
36
}
37
Source_Files {
38
vb_basicC.cpp
39
vb_structC.cpp
40
vb_unionC.cpp
41
valueboxC.cpp
42
}
43
IDL_Files {
44
}
45
}