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 #1710 from likema/cfg-assign-not-null-str
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
Security
/
BiDirectional
/
Secure_BiDir.mpc
blob
13991958b0bfe1a37a6181dcf20d6410bbd8dc22
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*SSL Server): taoexe, portableserver, avoids_minimum_corba, bidir_giop, avoids_corba_e_micro {
10
after += *idl
11
exename = server
12
Source_Files {
13
test_i.cpp
14
testS.cpp
15
testC.cpp
16
server.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*SSL Client): taoexe, portableserver, avoids_minimum_corba, bidir_giop, avoids_corba_e_micro {
23
after += *idl
24
exename = client
25
Source_Files {
26
test_i.cpp
27
testS.cpp
28
testC.cpp
29
client.cpp
30
}
31
IDL_Files {
32
}
33
}