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