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
/
Portable_Interceptors
/
Bug_3080
/
Bug_3080.mpc
blob
772a9a401cf3f0f583be72d6772cc7e54c830eaf
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver {
10
after += *idl
11
12
Source_Files {
13
test_i.cpp
14
server.cpp
15
}
16
Source_Files {
17
testC.cpp
18
testS.cpp
19
}
20
IDL_Files {
21
}
22
}
23
24
project(*Client): taoclient, valuetype, pi, interceptors {
25
after += *idl
26
27
Source_Files {
28
Client_ORBInitializer.cpp
29
Client_Request_Interceptor.cpp
30
client.cpp
31
}
32
Source_Files {
33
testC.cpp
34
}
35
IDL_Files {
36
}
37
}
38