diff options
-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 |