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
/
Big_Oneways
/
Big_Oneways.mpc
blob
ef6a8e7a6ca541ad9ef84c9ac73da27183297975
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
Coordinator.cpp
15
Session_Control.cpp
16
server.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*Client): taoserver {
23
exename = client
24
after += *idl
25
Source_Files {
26
TestC.cpp
27
TestS.cpp
28
Peer.cpp
29
Session.cpp
30
Session_Task.cpp
31
client.cpp
32
}
33
IDL_Files {
34
}
35
}