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
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
interop-tests
/
wchar
/
interop_wchar.mpc
blob
23e723733e22e99d2a3139aed760b28c1dd522e8
1
// -*- MPC -*-
2
project(*IDL): taoidldefaults, anytypecode {
3
IDL_Files {
4
interop_wchar.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver, negotiate_codesets {
10
after += *IDL
11
Source_Files {
12
interop_wchar_i.cpp
13
wchar_reference.cpp
14
server.cpp
15
interop_wcharS.cpp
16
interop_wcharC.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*Client): taoclient, anytypecode {
23
after += *IDL
24
Source_Files {
25
interop_wcharC.cpp
26
wchar_reference.cpp
27
client.cpp
28
}
29
IDL_Files {
30
}
31
}