summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ciao_servant_dnc.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/ciao_servant_dnc.mpb')
-rw-r--r--bin/MakeProjectCreator/config/ciao_servant_dnc.mpb19
1 files changed, 0 insertions, 19 deletions
diff --git a/bin/MakeProjectCreator/config/ciao_servant_dnc.mpb b/bin/MakeProjectCreator/config/ciao_servant_dnc.mpb
deleted file mode 100644
index a42f2f90d3a..00000000000
--- a/bin/MakeProjectCreator/config/ciao_servant_dnc.mpb
+++ /dev/null
@@ -1,19 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project : ciao_component_dnc {
- after += CIAO_DnC_Server
- libs += CIAO_DnC_Server
-
- Define_Custom(CIDL) {
- automatic = 0
- dependent = 1
- command = $(CIAO_ROOT)/bin/cidlc
- commandflags = -I$(CIAO_ROOT)/DAnCE -I$(CIAO_ROOT)/DAnCE/ciao -I$(TAO_ROOT) -I$(TAO_ROOT)/tao --
- inputext = .cidl
- source_outputext = _svnt.cpp
- generic_outputext = E.idl
- keyword cidlflags = commandflags
- }
-
-}