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_1269_Regression
/
Bug_1269_Regression.mpc
blob
9e327377827205d25776a2ae1d96f0b1574fbf87
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only =1
7
}
8
9
project(*Server): taoserver, messaging {
10
after += *idl
11
Source_Files {
12
Echo_Caller.cpp
13
Server_Timer.cpp
14
server.cpp
15
TestC.cpp
16
TestS.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*Client): taoclient, messaging {
23
after += *idl
24
Source_Files {
25
Echo.cpp
26
client.cpp
27
TestC.cpp
28
TestS.cpp
29
}
30
IDL_Files {
31
}
32
}