diff options
author | mitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2011-11-28 20:37:18 +0000 |
---|---|---|
committer | mitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2011-11-28 20:37:18 +0000 |
commit | bc476c9b47f290320861b0b25972b357ffea2ac9 (patch) | |
tree | d850ac1241be2e6a9fdaea4a980363a5fc7e5dad | |
parent | 0394d7198dac6f09e5480e0ea8c10ed4ead7126d (diff) | |
download | ATCD-bc476c9b47f290320861b0b25972b357ffea2ac9.tar.gz |
ChangeLogTag: Mon Nov 28 20:36:09 UTC 2011 Adam Mitz <mitza@ociweb.com>
-rw-r--r-- | TAO/ChangeLog | 6 | ||||
-rw-r--r-- | TAO/tao/tao.mpc | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index f74cc0d2711..004651468ce 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Mon Nov 28 20:36:09 UTC 2011 Adam Mitz <mitza@ociweb.com> + + * tao/tao.mpc: + + Set skel_export_macro and skel_export_include for Policy.pidl. + Mon Nov 28 19:14:23 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl> * tao/tao.mpc: diff --git a/TAO/tao/tao.mpc b/TAO/tao/tao.mpc index 0dcf6795d54..bae2c9a5069 100644 --- a/TAO/tao/tao.mpc +++ b/TAO/tao/tao.mpc @@ -64,7 +64,9 @@ project(TAO_Core_idl) : tao_versioning_idl_defaults, gen_ostream, install, pidl_ IDL_Files { idlflags += -GT -oS PortableServer -Gd \ - -Wb,safe_include=tao/PolicyC.h + -Wb,safe_include=tao/PolicyC.h \ + -Wb,skel_export_macro=TAO_PortableServer_Export \ + -Wb,skel_export_include=tao/PortableServer/portableserver_export.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 |