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
/
Reliable_Oneways
/
Reliable_Oneways.mpc
blob
64ccd76f2c09e96b1bbed5a1038ee0b2de2b8a50
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver, messaging {
10
after += *idl
11
Source_Files {
12
Oneway_Receiver.cpp
13
Shutdown_Helper.cpp
14
server.cpp
15
}
16
Header_Files {
17
Oneway_Receiver.h
18
Shutdown_Helper.h
19
}
20
Source_Files {
21
TestC.cpp
22
TestS.cpp
23
}
24
IDL_Files {
25
}
26
}
27
28
project(*Client): messaging, taoserver {
29
exename = client
30
after += *idl
31
Source_Files {
32
client.cpp
33
}
34
Header_Files {
35
}
36
Source_Files {
37
TestC.cpp
38
}
39
IDL_Files {
40
}
41
}