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 #2220 from DOCGroup/revert-2217-jwi-inetwraning
[ACE_TAO.git]
/
TAO
/
tests
/
GIOP_Fragments
/
Big_String_Sequence
/
Big_String_Sequence.mpc
blob
155304588b14c1db44757fa49ef0f0aa2f620c9d
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Echo.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver {
10
exename = server
11
after += *idl
12
Source_Files {
13
Echo_i.cpp
14
server.cpp
15
EchoS.cpp
16
EchoC.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*Client): taoclient {
23
exename = client
24
after += *idl
25
Source_Files {
26
client.cpp
27
EchoC.cpp
28
}
29
IDL_Files {
30
}
31
}