summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/ciao/CCM_Core.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/ciao/CCM_Core.mpc')
-rw-r--r--TAO/CIAO/DAnCE/ciao/CCM_Core.mpc29
1 files changed, 18 insertions, 11 deletions
diff --git a/TAO/CIAO/DAnCE/ciao/CCM_Core.mpc b/TAO/CIAO/DAnCE/ciao/CCM_Core.mpc
index 3372afbf0f3..ecacdbb7eda 100644
--- a/TAO/CIAO/DAnCE/ciao/CCM_Core.mpc
+++ b/TAO/CIAO/DAnCE/ciao/CCM_Core.mpc
@@ -3,9 +3,9 @@
project (CIAO_DnC_Client) : taolib_with_idl, valuetype, ifr_client {
sharedname = CIAO_DnC_Client
- idlflags += -Wb,stub_export_include=CIAO_Client_Export.h
- idlflags += -Wb,stub_export_macro=CIAO_CLIENT_Export
- idlflags += -Wb,skel_export_include=CIAO_Container_Export.h
+ idlflags += -Wb,stub_export_include=CIAO_Client_Export.h
+ idlflags += -Wb,stub_export_macro=CIAO_CLIENT_Export
+ idlflags += -Wb,skel_export_include=CIAO_Container_Export.h
idlflags += -Wb,skel_export_macro=CIAO_CONTAINER_Export
dynamicflags = CIAO_CLIENT_BUILD_DLL
@@ -35,7 +35,7 @@ project (CIAO_DnC_Container) : orbsvcslib, portableserver, security, iorintercep
after += CIAO_DnC_Client
sharedname = CIAO_DnC_Container
libs += CIAO_DnC_Client
- idlflags += -Wb,export_include=CIAO_Container_Export.h
+ idlflags += -Wb,export_include=CIAO_Container_Export.h
idlflags += -Wb,export_macro=CIAO_CONTAINER_Export
dynamicflags = CIAO_CONTAINER_BUILD_DLL
@@ -91,20 +91,26 @@ project (CIAO_DnC_Server) : orbsvcslib, portableserver, iorinterceptor, objrefte
project(Deployment_stub) : taolib_with_idl, valuetype , ciao_server_dnc {
sharedname = Deployment_stub
- 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
+ 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
idlflags += -Wb,skel_export_include=Deployment_svnt_export.h
dynamicflags = DEPLOYMENT_STUB_BUILD_DLL
IDL_Files {
- Deployment.idl
+ Deployment_Ex.idl
NodeApplication_CallBack.idl
}
+ IDL_Files {
+ idlflags += -St
+ Deployment.idl
+ }
+
Source_Files {
DeploymentC.cpp
+ Deployment_ExC.cpp
NodeApplication_CallBackC.cpp
}
}
@@ -114,9 +120,9 @@ project(Deployment_svnt) : taolib_with_idl, portableserver, ciao_server_dnc {
sharedname = Deployment_svnt
dynamicflags = DEPLOYMENT_SVNT_BUILD_DLL
libs += Deployment_stub
- 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
+ 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
idlflags += -Wb,skel_export_include=Deployment_svnt_export.h
IDL_Files {
@@ -124,6 +130,7 @@ project(Deployment_svnt) : taolib_with_idl, portableserver, ciao_server_dnc {
Source_Files {
DeploymentS.cpp
+ Deployment_ExS.cpp
NodeApp_CB_Impl.cpp
NodeApplication_CallBackS.cpp
}