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 #2303 from jwillemsen/jwi-803
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
Bug_4080_Regression
/
Bug_4080_Regression.mpc
blob
bfe192d2b21499a4c1b87bee29e39533a8cd441e
1
// -*- MPC -*-
2
//
3
4
project(*IDL): taoidldefaults {
5
IDL_Files {
6
test.idl
7
}
8
custom_only = 1
9
}
10
11
project(*Server) : taoserver, portablegroup {
12
exename = bug4080_server
13
after += *IDL
14
15
Source_Files {
16
test_impl.cpp
17
testC.cpp
18
testS.cpp
19
server.cpp
20
}
21
IDL_Files {
22
}
23
}
24
25
project(*Client) : taoclient, portablegroup {
26
exename = bug4080_client
27
after += *IDL
28
29
Source_Files {
30
testC.cpp
31
client.cpp
32
}
33
IDL_Files {
34
}
35
}