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 #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git]
/
TAO
/
tests
/
Smart_Proxies
/
dtor
/
dtor.mpc
blob
a9a8119004c026be8e7b981fd72a9dbba1325cf0
1
project(*idl): taoidldefaults, smart_proxies {
2
IDL_Files {
3
test.idl
4
}
5
custom_only = 1
6
}
7
8
project(*Server): taoserver, smart_proxies {
9
after += *idl
10
Source_Files {
11
server.cpp
12
}
13
Source_Files {
14
testC.cpp
15
testS.cpp
16
}
17
IDL_Files {
18
}
19
}
20
21
project(*Client): taoclient, anytypecode, smart_proxies {
22
after += *idl
23
Source_Files {
24
Smart_Proxy_Impl.cpp
25
client.cpp
26
}
27
Source_Files {
28
testC.cpp
29
}
30
IDL_Files {
31
}
32
}