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 #2218 from jwillemsen/jwi-pthreadsigmask
[ACE_TAO.git]
/
TAO
/
examples
/
CSD_Strategy
/
ThreadPool6
/
CSD_Test_ThreadPool6.mpc
blob
44807f56780b1efee5418e5bfef0f28365bc6896
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
idlflags += -GT
4
5
IDL_Files {
6
Foo.idl
7
}
8
custom_only = 1
9
}
10
11
project(*Server): csd_threadpool, taoserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro, pi {
12
exename = server_main
13
after += *idl
14
15
Source_Files {
16
FooC.cpp
17
FooS.cpp
18
Foo_i.cpp
19
ServerApp.cpp
20
server_main.cpp
21
OrbShutdownTask.cpp
22
}
23
IDL_Files {
24
}
25
}
26
27
project(*Client): taoexe, anytypecode {
28
exename = client_main
29
after += *idl
30
31
Source_Files {
32
FooC.cpp
33
ClientApp.cpp
34
client_main.cpp
35
}
36
IDL_Files {
37
}
38
}