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_3926_Regression
/
Bug_3926_Regression.mpc
blob
ce8d1f50c084f5b20cfe6629fc5dfd9c685b559b
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver {
10
after += *idl
11
12
Source_Files {
13
test_i.cpp
14
server.cpp
15
}
16
Source_Files {
17
testC.cpp
18
testS.cpp
19
}
20
IDL_Files {
21
}
22
}
23
24
project(*Client): taoclient, pi, interceptors {
25
after += *idl
26
27
Source_Files {
28
Client_ORBInitializer.cpp
29
Client_Request_Interceptor.cpp
30
client.cpp
31
}
32
Source_Files {
33
testC.cpp
34
}
35
IDL_Files {
36
}
37
}