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 #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_2804_Regression
/
Bug_2804_Regression.mpc
blob
a28f67e16e906e956ed456a4d3de9322485e75eb
1
// -*- MPC -*-
2
project(*idl): taoidldefaults, valuetype {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver, valuetype {
10
after += *idl
11
12
Source_Files {
13
Hello.cpp
14
server.cpp
15
TestC.cpp
16
TestS.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*Client): taoclient, valuetype, typecodefactory {
23
after += *idl
24
25
Source_Files {
26
TestC.cpp
27
client.cpp
28
}
29
IDL_Files {
30
}
31
}