summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-11-28 19:15:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-11-28 19:15:57 +0000
commit04a24d84673889369d4a3af118a4ce75625443b4 (patch)
tree8aeed7a11fdf3e36072fce5b4fb09e4b49d00bb6
parent815b8814d1184b40fd3838d9a780984b83285900 (diff)
downloadATCD-04a24d84673889369d4a3af118a4ce75625443b4.tar.gz
Mon Nov 28 19:14:23 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/tao.mpc: Policy.pidl shouldn't use -Sorb
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/tao/tao.mpc1
2 files changed, 6 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 23e70a7122e..f74cc0d2711 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Mon Nov 28 19:14:23 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/tao.mpc:
+ Policy.pidl shouldn't use -Sorb
+
Mon Nov 28 15:41:10 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/be/be_interface.cpp:
diff --git a/TAO/tao/tao.mpc b/TAO/tao/tao.mpc
index 913250c0a4a..0dcf6795d54 100644
--- a/TAO/tao/tao.mpc
+++ b/TAO/tao/tao.mpc
@@ -66,6 +66,7 @@ project(TAO_Core_idl) : tao_versioning_idl_defaults, gen_ostream, install, pidl_
idlflags += -GT -oS PortableServer -Gd \
-Wb,safe_include=tao/PolicyC.h
idlflags -= -SS
+ idlflags -= -Sorb
Policy.pidl >> PortableServer/PolicyS.h PortableServer/PolicyS.cpp PortableServer/PolicyS_T.h PortableServer/PolicyS_T.cpp AnyTypeCode/PolicyA.h AnyTypeCode/PolicyA.cpp
}