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