summaryrefslogtreecommitdiff
path: root/DAnCE/tools/System_Health/Daemon/SHS_Daemon.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/tools/System_Health/Daemon/SHS_Daemon.mpc')
-rw-r--r--DAnCE/tools/System_Health/Daemon/SHS_Daemon.mpc55
1 files changed, 0 insertions, 55 deletions
diff --git a/DAnCE/tools/System_Health/Daemon/SHS_Daemon.mpc b/DAnCE/tools/System_Health/Daemon/SHS_Daemon.mpc
deleted file mode 100644
index 439c4dac37e..00000000000
--- a/DAnCE/tools/System_Health/Daemon/SHS_Daemon.mpc
+++ /dev/null
@@ -1,55 +0,0 @@
-project (DAnCE_SHS_Daemon_idl) : install, dance_shs_stub, gen_ostream {
- custom_only = 1
- idlflags += -Wb,stub_export_macro=SHS_Daemon_STUB_Export \
- -Wb,stub_export_include=SHS_Daemon_stub_export.h \
- -Gxhst
-
- IDL_Files {
- SHS_Daemon.idl
- }
-
- specific {
- install_dir = tools/System_Health/Daemon
- }
-}
-
-project (DAnCE_SHS_Daemon_stub) : install, dance_lib, dance_output, gen_ostream, \
- dance_shs_stub {
- after += DAnCE_SHS_Daemon_idl
- dynamicflags += SHS_Daemon_STUB_BUILD_DLL
- IDL_Files {
- }
-
- Source_Files {
- SHS_DaemonC.cpp
- }
-
- Header_Files {
- SHS_DaemonC.h
- }
-
- specific {
- install_dir = tools/System_Health/Daemon
- }
-}
-
-project (DAnCE_SHS_Daemon) : taoserver, dance_deployment_stub, dance_logger, dance_exe, \
- dance_shs_daemon, utils, dance_stub, naming {
-
- exename = dance_shs_daemon
- dynamicflags += SHS_Daemon_SKEL_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- SHS_DaemonS.cpp
- SHS_Daemon.cpp
- SHS_Daemon_Impl.cpp
- }
-
- Header_Files {
- SHS_DaemonS.h
- SHS_Daemon_Impl.h
- }
-}