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
/
MT_Timeout
/
MT_Timeout.mpc
blob
3c4a5ef3d6450b6d03add3d17c33e3d0c3d5593f
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): messaging, taoserver {
10
after += *idl
11
Source_Files {
12
Sleep_Service.cpp
13
Server_Task.cpp
14
server.cpp
15
}
16
Source_Files {
17
TestC.cpp
18
TestS.cpp
19
}
20
IDL_Files {
21
}
22
}
23
24
project(*Client): messaging, taoserver {
25
exename = client
26
after += *idl
27
Source_Files {
28
Client_Task.cpp
29
client.cpp
30
}
31
Source_Files {
32
TestC.cpp
33
}
34
IDL_Files {
35
}
36
}