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 #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
Bug_2287_Regression
/
Bug_2287_Regression.mpc
blob
fc0268a0a762a7fcf1689b343e32cd82a08b075b
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
Source_Files {
14
client.cpp
15
Hello.cpp
16
TestS.cpp
17
TestC.cpp
18
}
19
IDL_Files {
20
}
21
}
22
23
project (*Server) : taoserver, ftclientorb, pi_server {
24
after += *IDL
25
26
exename = server
27
Source_Files {
28
server.cpp
29
Hello.cpp
30
ServerORBInitializer2.cpp
31
ServerRequest_Interceptor2.cpp
32
TestS.cpp
33
TestC.cpp
34
}
35
IDL_Files {
36
}
37
}