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 #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_2356_Regression
/
Bug_2356_Regression.mpc
blob
a6e900e25e6981cb5403495338be6b8fb47426ef
1
// -*- MPC -*-
2
project(*idl): taoidldefaults, ami {
3
IDL_Files {
4
ami_test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver, codeset, messaging, ami {
10
after += *idl
11
Source_Files {
12
ami_test_i.cpp
13
ami_testS.cpp
14
ami_testC.cpp
15
server.cpp
16
}
17
IDL_Files {
18
}
19
}
20
21
project(*Simple Client): taoclient, codeset, messaging, portableserver, ami {
22
after += *idl
23
Source_Files {
24
client.cpp
25
ami_testS.cpp
26
ami_testC.cpp
27
}
28
IDL_Files {
29
}
30
}