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
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tests
/
Hang_Shutdown
/
Hang.mpc
blob
fc1d55d0f26e1512484c564d2567fecb59339a03
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
Source_Files {
12
TestC.cpp
13
TestS.cpp
14
server.cpp
15
}
16
IDL_Files {
17
}
18
}
19
20
project(*Client): taoclient, anytypecode {
21
avoids += ace_for_tao
22
after += *Server
23
Source_Files {
24
TestC.cpp
25
client.cpp
26
}
27
IDL_Files {
28
}
29
}