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 #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_2349_Regression
/
Bug_2349_Regression.mpc
blob
75a3b39766046b837b55120654ff41309e8991c3
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
foo.idl
5
}
6
custom_only = 1
7
}
8
9
project(*server): taoserver {
10
after += *idl
11
Source_Files {
12
fooC.cpp
13
fooS.cpp
14
server.cpp
15
}
16
IDL_Files {
17
}
18
}
19
20
project(*client): taoclient {
21
after += *idl
22
Source_Files {
23
fooC.cpp
24
client.cpp
25
}
26
IDL_Files {
27
}
28
}