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_1383_Regression
/
Bug_1383_Regression.mpc
blob
440b805bbd84ea34ac79c226239dc5f70a0e0a7d
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
callee.idl
5
simple.idl
6
}
7
custom_only = 1
8
}
9
10
project(*Server): taoserver, iortable, iormanip {
11
after += *idl
12
Source_Files {
13
simple_i.cpp
14
SimpleServer.cpp
15
}
16
Source_Files {
17
calleeC.cpp
18
simpleC.cpp
19
simpleS.cpp
20
}
21
IDL_Files {
22
}
23
}
24
25
project(*Client): taoclient, portableserver, iormanip {
26
after += *idl
27
Source_Files {
28
SimpleClient.cpp
29
Callee_i.cpp
30
}
31
Source_Files {
32
calleeC.cpp
33
calleeS.cpp
34
simpleC.cpp
35
}
36
IDL_Files {
37
}
38
}
39