summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Security.mpc
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-09 12:15:16 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-09 12:15:16 +0000
commit11e46184af1d65461b83c1591d9e63d5193a264b (patch)
treedf6de71cd6c30f8078c1921a2f8a756ebfddb85a /TAO/orbsvcs/orbsvcs/Security.mpc
parente32a184fe53ee0c8f4a43cdb2438e0c91efd221d (diff)
downloadATCD-11e46184af1d65461b83c1591d9e63d5193a264b.tar.gz
ChangeLogTag: Tue Jul 9 07:14:38 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Security.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/Security.mpc26
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Security.mpc b/TAO/orbsvcs/orbsvcs/Security.mpc
new file mode 100644
index 00000000000..f5cfece2915
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Security.mpc
@@ -0,0 +1,26 @@
+project(Security) : orbsvcslib {
+ depends += PortableServer
+ sharedname = TAO_Security
+ libs += TAO_PortableServer TAO
+ idlflags += -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_Security_Export -Wb,export_include=Security/security_export.h
+ dllflags = TAO_SECURITY_BUILD_DLL
+
+ IDL_Files {
+ Security.idl
+ SecurityLevel1.idl
+ SecurityLevel2.idl
+ SecurityReplaceable.idl
+ }
+
+ Source_Files {
+ SecurityC.cpp
+ SecurityS.cpp
+ SecurityLevel1C.cpp
+ SecurityLevel1S.cpp
+ SecurityLevel2C.cpp
+ SecurityLevel2S.cpp
+ SecurityReplaceableC.cpp
+ SecurityReplaceableS.cpp
+ Security
+ }
+}