diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-08-13 15:47:20 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-08-13 15:47:20 +0000 |
commit | d86939f8e188671a6226b24e0957d984050c0ed6 (patch) | |
tree | e58de7d2e0d317204ee79bd0578e51c93bf58ea8 /orbsvcs/tests/Security/Null_Cipher/Null_Cipher.mpc | |
parent | e55d9214407ea472e418f9852cb58dddab0c83f5 (diff) | |
download | ATCD-d86939f8e188671a6226b24e0957d984050c0ed6.tar.gz |
Diffstat (limited to 'orbsvcs/tests/Security/Null_Cipher/Null_Cipher.mpc')
-rw-r--r-- | orbsvcs/tests/Security/Null_Cipher/Null_Cipher.mpc | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/orbsvcs/tests/Security/Null_Cipher/Null_Cipher.mpc b/orbsvcs/tests/Security/Null_Cipher/Null_Cipher.mpc new file mode 100644 index 00000000000..17cb4d65c5f --- /dev/null +++ b/orbsvcs/tests/Security/Null_Cipher/Null_Cipher.mpc @@ -0,0 +1,32 @@ +// -*- MPC -*- +// $Id$ + +project(*idl) : taoidldefaults { + IDL_Files { + Foo.idl + } + custom_only = 1 +} + +project(*security server): taoserver, orbsvcslib, security, ssliop, pi_server, codecfactory, interceptors { + after += *idl + Source_Files { + Foo_i.cpp + FooS.cpp + FooC.cpp + server.cpp + } + IDL_Files { + } +} + +project(*security client): taoexe, orbsvcslib, security, pi, codecfactory, interceptors { + after += *idl + exename = client + Source_Files { + FooC.cpp + client.cpp + } + IDL_Files { + } +} |