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
/
Any
/
Recursive
/
RecursiveHello.mpc
blob
974f137cc48d65868f326c5302392a4468405c17
1
// -*- MPC -*-
2
project(*idl): taoidldefaults, valuetype {
3
IDL_Files {
4
NonRecursive.idl
5
Test.idl
6
}
7
custom_only = 1
8
}
9
10
project(*Server): taoserver, valuetype {
11
after += *idl
12
13
Source_Files {
14
Hello.cpp
15
server.cpp
16
TestC.cpp
17
TestS.cpp
18
NonRecursiveC.cpp
19
NonRecursiveS.cpp
20
}
21
IDL_Files {
22
}
23
}
24
25
project(*Client): taoclient, valuetype, typecodefactory {
26
after += *idl
27
28
Source_Files {
29
TestC.cpp
30
NonRecursiveC.cpp
31
client.cpp
32
}
33
IDL_Files {
34
}
35
}