summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/Interfaces/Interfaces.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/Interfaces/Interfaces.mpc')
-rw-r--r--CIAO/DAnCE/Interfaces/Interfaces.mpc39
1 files changed, 39 insertions, 0 deletions
diff --git a/CIAO/DAnCE/Interfaces/Interfaces.mpc b/CIAO/DAnCE/Interfaces/Interfaces.mpc
new file mode 100644
index 00000000000..00f5b5192d9
--- /dev/null
+++ b/CIAO/DAnCE/Interfaces/Interfaces.mpc
@@ -0,0 +1,39 @@
+// -*- MPC -*-
+// $Id$
+
+project (ExecutionManager_stub): ciao_deployment_stub {
+
+ sharedname = ExecutionManager_stub
+
+ idlflags += -Wb,stub_export_macro=ExecutionManager_stub_Export
+ idlflags += -Wb,stub_export_include=ExecutionManager_stub_export.h
+
+ dynamicflags = EXECUTIONMANAGER_STUB_BUILD_DLL
+
+ IDL_Files {
+ ExecutionManagerDaemon.idl
+ }
+
+ Source_Files {
+ ExecutionManagerDaemonC.cpp
+ }
+}
+
+project (NodeManager_stub): ciao_deployment_stub {
+ sharedname = NodeManager_stub
+
+ idlflags += -Wb,stub_export_macro=NodeManager_stub_Export
+ idlflags += -Wb,stub_export_include=NodeManager_stub_export.h
+ idlflags += -Wb,skel_export_macro=NodeManager_svnt_Export
+ idlflags += -Wb,skel_export_include=NodeManager_svnt_export.h
+
+ dynamicflags = NODEMANAGER_STUB_BUILD_DLL
+
+ IDL_Files {
+ NodeManagerDaemon.idl
+ }
+
+ Source_Files {
+ NodeManagerDaemonC.cpp
+ }
+}