summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/StaticConfigurator/StaticDAnCEApp.mpc.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/StaticConfigurator/StaticDAnCEApp.mpc.tmpl')
-rw-r--r--TAO/CIAO/DAnCE/StaticConfigurator/StaticDAnCEApp.mpc.tmpl24
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/CIAO/DAnCE/StaticConfigurator/StaticDAnCEApp.mpc.tmpl b/TAO/CIAO/DAnCE/StaticConfigurator/StaticDAnCEApp.mpc.tmpl
deleted file mode 100644
index c9790a28bc3..00000000000
--- a/TAO/CIAO/DAnCE/StaticConfigurator/StaticDAnCEApp.mpc.tmpl
+++ /dev/null
@@ -1,24 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(StaticDAnCEApp): ciao_component_dnc, iortable {
- exename = StaticDAnCEApp
- requires += exceptions
- includes += ../NodeApplicationManager ../NodeManager
- libs += NodeManager NodeManager_stub NodeApplicationManager
- after += NodeManager NodeManager_stub NodeApplicationManager
-
- libs += Hello_Base_DnC_stub
- libs += Hello_Base_DnC_svnt
- libs += Receiver_DnC_stub
- libs += Receiver_DnC_svnt
- libs += Receiver_DnC_exec
- libs += Sender_DnC_stub
- libs += Sender_DnC_svnt
- libs += Sender_DnC_exec
-
- Source_Files {
- StaticDAnCEApp.cpp
- }
-}
-