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
/
examples
/
CSD_Strategy
/
ThreadPool
/
CSD_Test_ThreadPool.mpc
blob
d0309b39b153b7aa28c4eb444a078af4eb37566f
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Foo.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server) : csd_threadpool, taoserver, pi, avoids_corba_e_micro {
10
exename = server_main
11
after += *idl
12
13
Source_Files {
14
FooC.cpp
15
FooS.cpp
16
Foo_i.cpp
17
ServerApp.cpp
18
server_main.cpp
19
OrbShutdownTask.cpp
20
}
21
IDL_Files {
22
}
23
}
24
25
project(*Client): taoexe, anytypecode {
26
exename = client_main
27
after += *idl
28
29
Source_Files {
30
FooC.cpp
31
ClientApp.cpp
32
client_main.cpp
33
}
34
IDL_Files {
35
}
36
}
37