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 #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
tests
/
Exposed_Policies
/
Exposed_Policies.mpc
blob
d205fc13389fbcfeb14eb88b60a4c98821f046d0
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Counter.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): strategies, rt_server {
10
after += *idl
11
Source_Files {
12
Policy_Tester.cpp
13
Policy_Verifier.cpp
14
RT_Properties.cpp
15
server.cpp
16
}
17
Source_Files {
18
CounterC.cpp
19
CounterS.cpp
20
}
21
IDL_Files {
22
}
23
}
24
25
project(*Client): strategies, rt_server {
26
exename = client
27
after += *idl
28
Source_Files {
29
Policy_Tester.cpp
30
Policy_Verifier.cpp
31
RT_Properties.cpp
32
client.cpp
33
}
34
Source_Files {
35
CounterC.cpp
36
}
37
IDL_Files {
38
}
39
}
40