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