summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup.mpc
diff options
context:
space:
mode:
authormichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-25 16:09:27 +0000
committermichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-25 16:09:27 +0000
commitfccbe0e94f74f898f7d5cc709f617f51dce33bee (patch)
tree4aeedd6e44108cb39fd15d255d14519806d6992e /TAO/orbsvcs/orbsvcs/PortableGroup.mpc
parent730c9c0d360dace01feb0c5509cb0af121ce2e17 (diff)
downloadATCD-fccbe0e94f74f898f7d5cc709f617f51dce33bee.tar.gz
Wed Jun 25 11:00:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup.mpc19
1 files changed, 11 insertions, 8 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup.mpc b/TAO/orbsvcs/orbsvcs/PortableGroup.mpc
index 307f3633c16..cbc88fb6e14 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup.mpc
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup.mpc
@@ -1,14 +1,17 @@
-project(PortableGroup) : orbsvcslib, core {
- depends += CosNaming Svc_Utils PortableServer
- sharedname = TAO_PortableGroup
- libs += TAO_CosNaming TAO_Valuetype TAO_Svc_Utils TAO_PortableServer TAO
- idlflags += -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_PortableGroup_Export -Wb,export_include=PortableGroup/portablegroup_export.h
- dllflags = TAO_PORTABLEGROUP_BUILD_DLL
- tagchecks = PortableGroup
- include_dir = orbsvcs
+project(PortableGroup) : orbsvcslib, core, naming, svc_utils, portableserver, messaging {
+ sharedname = TAO_PortableGroup
+ idlflags += -Wb,export_macro=TAO_PortableGroup_Export -Wb,export_include=PortableGroup/portablegroup_export.h
+ dynamicflags = TAO_PORTABLEGROUP_BUILD_DLL
+ tagchecks = PortableGroup
+ pch_header =
+ pch_source =
IDL_Files {
miop.idl
+ }
+
+ IDL_Files {
+ idlflags += -GC
PortableGroup.idl
}