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_3163_Regression
/
Bug_3163_Regression.mpc
blob
264845400f81404a0bdb81aca2196d6dc5eb4029
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
idlflags += -Sp
4
IDL_Files {
5
test.idl
6
}
7
custom_only = 1
8
}
9
10
project(*Server): taoserver {
11
after += *idl
12
Source_Files {
13
server.cpp
14
}
15
Source_Files {
16
testC.cpp
17
testS.cpp
18
}
19
IDL_Files {
20
}
21
}
22
23
project(*Client): taoclient {
24
after += *idl
25
Source_Files {
26
client.cpp
27
}
28
Source_Files {
29
testC.cpp
30
}
31
IDL_Files {
32
}
33
}
34