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 #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
Bug_3216_Regression
/
Bug_3216_Regression.mpc
blob
44a5a349497312ad35f85cbb7a92aa8a862b425c
1
// -*- MPC -*-
2
project(*IDL): taoidldefaults {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Client): taoserver, ftclientorb {
10
after += *IDL
11
12
exename = client
13
14
Source_Files {
15
client.cpp
16
TestC.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project (*Server) : taoserver, ftclientorb, pi_server {
23
after += *IDL
24
25
exename = server
26
27
Source_Files {
28
server.cpp
29
Hello.cpp
30
ServerORBInitializer.cpp
31
ServerRequest_Interceptor.cpp
32
TestS.cpp
33
TestC.cpp
34
}
35
IDL_Files {
36
}
37
}