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 #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
Security
/
MT_SSLIOP
/
MT_SSLIOP.mpc
blob
9e5e77f28c9500d460554367aeb18f3e2dbb8d6c
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*security server): orbsvcsexe, portableserver, ssl, iortable {
10
after += *idl
11
exename = server
12
Source_Files {
13
Server_Worker.cpp
14
server.cpp
15
test_i.cpp
16
testS.cpp
17
testC.cpp
18
}
19
IDL_Files {
20
}
21
}
22
23
project(*security client): orbsvcsexe, ssl {
24
after += *idl
25
exename = client
26
Source_Files {
27
Client_Worker.cpp
28
client.cpp
29
testC.cpp
30
}
31
IDL_Files {
32
}
33
}