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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_1361_Regression
/
Bug_1361_Regression.mpc
blob
5077727e0554f9a13a32f6a17abad1bcd12c0521
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_Thread_Pool.cpp
15
Echo_Caller.cpp
16
ORB_Task.cpp
17
server.cpp
18
}
19
IDL_Files {
20
}
21
}
22
23
project(*Client): taoserver {
24
exename = client
25
after += *idl
26
Source_Files {
27
TestC.cpp
28
TestS.cpp
29
Echo.cpp
30
ORB_Task.cpp
31
client.cpp
32
}
33
IDL_Files {
34
}
35
}
36
37
project(*Shutdown): taoclient {
38
exename = shutdown
39
after += *idl
40
Source_Files {
41
TestC.cpp
42
shutdown.cpp
43
}
44
IDL_Files {
45
}
46
}