summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/ciao
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-02-02 15:41:01 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-02-02 15:41:01 +0000
commit69afb27ee8432dbeb95b10a75519b9684ab116c1 (patch)
tree6362d2b71ef6411f75d866d5020afbe6d4b4bb40 /TAO/CIAO/DAnCE/ciao
parent912da3d34205ef2f2845fcbf4c2dadcdea542fa2 (diff)
downloadATCD-69afb27ee8432dbeb95b10a75519b9684ab116c1.tar.gz
ChangeLogTag: Wed Feb 2 09:39:25 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/CIAO/DAnCE/ciao')
-rw-r--r--TAO/CIAO/DAnCE/ciao/CCM_Core.mpc12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/CIAO/DAnCE/ciao/CCM_Core.mpc b/TAO/CIAO/DAnCE/ciao/CCM_Core.mpc
index 4b3dfd613c2..30b974517ad 100644
--- a/TAO/CIAO/DAnCE/ciao/CCM_Core.mpc
+++ b/TAO/CIAO/DAnCE/ciao/CCM_Core.mpc
@@ -8,6 +8,9 @@ project (CIAO_DnC_Client) : taolib_with_idl, valuetype, ifr_client {
idlflags += -Wb,skel_export_include=CIAO_Container_Export.h
idlflags += -Wb,skel_export_macro=CIAO_CONTAINER_Export
+ // This is necessary for MPC to pull in rules.ciao.GNU
+ includes += $(CIAO_ROOT)/DAnCE
+
dynamicflags = CIAO_CLIENT_BUILD_DLL
IDL_Files {
@@ -39,6 +42,9 @@ project (CIAO_DnC_Container) : orbsvcslib, portableserver, security, valuetype,
idlflags += -Wb,export_macro=CIAO_CONTAINER_Export
dynamicflags = CIAO_CONTAINER_BUILD_DLL
+ // This is necessary for MPC to pull in rules.ciao.GNU
+ includes += $(CIAO_ROOT)/DAnCE
+
IDL_Files {
CCM_Transaction.idl
CosPersistentState.idl
@@ -67,6 +73,9 @@ project(Deployment_stub) : taolib_with_idl, valuetype, ifr_client {
libs += CIAO_DnC_Client
+ // This is necessary for MPC to pull in rules.ciao.GNU
+ includes += $(CIAO_ROOT)/DAnCE
+
idlflags += -Wb,stub_export_macro=Deployment_stub_Export
idlflags += -Wb,stub_export_include=Deployment_stub_export.h
idlflags += -Wb,skel_export_macro=Deployment_svnt_Export
@@ -103,6 +112,9 @@ project(Deployment_svnt) : taolib_with_idl, portableserver, valuetype, ifr_clien
idlflags += -Wb,skel_export_macro=Deployment_svnt_Export
idlflags += -Wb,skel_export_include=Deployment_svnt_export.h
+ // This is necessary for MPC to pull in rules.ciao.GNU
+ includes += $(CIAO_ROOT)/DAnCE
+
IDL_Files {
}