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
/
HandleExhaustion
/
HandleExhaustion.mpc
blob
cf92affbc70f7dc2ced7d490c83734f8c3322a39
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
IDL_Files {
12
}
13
Source_Files {
14
TestC.cpp
15
TestS.cpp
16
server.cpp
17
}
18
}
19
20
project(*Client): taoclient {
21
after += *idl *Server
22
IDL_Files {
23
}
24
Source_Files {
25
TestC.cpp
26
client.cpp
27
}
28
}
29