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
/
examples
/
CSD_Strategy
/
ThreadPool3
/
CSD_Test_ThreadPool3.mpc
blob
e71f14f0860007efc74a7ce3b339e7db56f04c8c
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
OrbTask.cpp
18
ServerApp.cpp
19
server_main.cpp
20
OrbShutdownTask.cpp
21
}
22
IDL_Files {
23
}
24
}
25
26
project(*Client): taoexe, anytypecode {
27
exename = client_main
28
after += *idl
29
30
Source_Files {
31
FooC.cpp
32
ClientApp.cpp
33
client_main.cpp
34
}
35
IDL_Files {
36
}
37
}