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
/
orbsvcs
/
tests
/
Security
/
mixed_security_test
/
mixed_security.mpc
blob
b92b95e0b41fa0ddaa16e3e20b55dccbf104c9c6
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Foo.idl
5
}
6
custom_only = 1
7
}
8
9
project(*security server): orbsvcsexe, orbsvcslib, security, portableserver, ssliop {
10
exename = server
11
Source_Files {
12
Foo_i.cpp
13
FooC.cpp
14
FooS.cpp
15
server.cpp
16
}
17
after += *idl
18
IDL_Files {
19
}
20
}
21
22
project(*security client): orbsvcsexe, orbsvcslib, security {
23
exename = client
24
Source_Files {
25
FooC.cpp
26
client.cpp
27
}
28
after += *idl
29
IDL_Files {
30
}
31
}
32