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 #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
tests
/
OBV
/
Truncatable
/
OBV_Truncatable.mpc
blob
34ab637d3b5b78b2cb84fb391d2f4fe4677e8194
1
// -*- MPC -*-
2
project(*idl): taoidldefaults, valuetype {
3
IDL_Files {
4
Extra.idl
5
Truncatable.idl
6
}
7
custom_only = 1
8
}
9
10
project(*Server): taoserver, valuetype {
11
after += *idl
12
Source_Files {
13
TruncatableS_impl.cpp
14
server.cpp
15
}
16
Source_Files {
17
ExtraC.cpp
18
ExtraS.cpp
19
TruncatableC.cpp
20
TruncatableS.cpp
21
}
22
IDL_Files {
23
}
24
}
25
26
project(*Client): taoclient, valuetype {
27
after += *idl
28
Source_Files {
29
client.cpp
30
}
31
Source_Files {
32
ExtraC.cpp
33
TruncatableC.cpp
34
}
35
IDL_Files {
36
}
37
}