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 #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
Bug_3444_Regression
/
Bug_3444_Regression.mpc
blob
9316001f39d77c28e03d75153fbe29c9602f604c
1
// -*- MPC -*-
2
project(*IDL): taoidldefaults {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): orbsvcsexe, portablegroup {
10
exename = server
11
after += *IDL
12
13
Source_Files {
14
Test_impl.cpp
15
server.cpp
16
TestC.cpp
17
TestS.cpp
18
}
19
IDL_Files {
20
}
21
}
22
23
project(*Client): taoexe {
24
exename = client
25
after += *IDL
26
27
Source_Files {
28
client.cpp
29
TestC.cpp
30
}
31
IDL_Files {
32
}
33
}