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
/
Blocking_Sync_None
/
Blocking_Sync_None.mpc
blob
841b71481ff62108196273ed59496367e3a21a63
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver, messaging {
10
after += *idl
11
Source_Files {
12
Blocking_Sync_None.cpp
13
server.cpp
14
TestC.cpp
15
TestS.cpp
16
}
17
IDL_Files {
18
}
19
}
20
21
project(*Client): taoclient, messaging {
22
after += *idl
23
Source_Files {
24
TestC.cpp
25
client.cpp
26
}
27
IDL_Files {
28
}
29
}