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_2234_Regression
/
Bug_2234_Regression.mpc
blob
f44af041529ef18f0b8608a67c2e5e972a32ef50
1
// -*- MPC -*-
2
project(*idl): taoidldefaults,anytypecode {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project (*client) : taoclient,anytypecode {
10
after += *idl
11
12
Source_Files {
13
TestC.cpp
14
client.cpp
15
}
16
IDL_Files {
17
}
18
}
19
20
project (*server) : taoserver,pi_server {
21
after += *idl
22
after += *client
23
24
Source_Files {
25
TestC.cpp
26
TestS.cpp
27
server.cpp
28
}
29
IDL_Files {
30
}
31
}