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
=default for generated implementation copy ctor
[ACE_TAO.git]
/
TAO
/
tests
/
OctetSeq
/
OctetSeq.mpc
blob
18f6f1a2b12ba40f74692153c20ffc52b35bf9ad
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver {
10
avoids += ace_for_tao
11
after += *idl
12
Source_Files {
13
testC.cpp
14
testS.cpp
15
test_i.cpp
16
server.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*Client): taoclient, anytypecode {
23
avoids += ace_for_tao
24
after += *idl
25
Source_Files {
26
testC.cpp
27
client.cpp
28
}
29
IDL_Files {
30
}
31
}
32
33
project(*OctetSeq): taoclient, anytypecode {
34
exename = OctetSeq
35
after += *idl
36
Source_Files {
37
testC.cpp
38
OctetSeq.cpp
39
}
40
IDL_Files {
41
}
42
}