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
/
Mixed_Sync_ASync_Events
/
MixedSyncASyncEvents.mpc
blob
aef448e5be3bae8d5b0cf312483c582a135bd467
1
// -*- MPC -*-
2
project(*idl): taoidldefaults, ami {
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Exe): taoserver, messaging, ami {
10
exename = tester
11
after += *idl
12
Source_Files {
13
test_i.cpp
14
testS.cpp
15
testC.cpp
16
main.cpp
17
}
18
IDL_Files {
19
}
20
}
21