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
/
Indirected
/
IndirectedTest.mpc
blob
aa9ed68b228eb6ee4c0d6b75e123b8a666426278
1
// -*- MPC -*-
2
project(*idl): taoidldefaults, valuetype {
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Client): taoclient, valuetype, typecodefactory {
10
exename = client
11
after += *idl
12
13
Source_Files {
14
testC.cpp
15
client.cpp
16
}
17
IDL_Files {
18
}
19
}