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.mpb22
1 files changed, 1 insertions, 21 deletions
diff --git a/bin/MakeProjectCreator/config/ciao_servant_dnc.mpb b/bin/MakeProjectCreator/config/ciao_servant_dnc.mpb
index 85e55f2567b..6bc5c8d52a0 100644
--- a/bin/MakeProjectCreator/config/ciao_servant_dnc.mpb
+++ b/bin/MakeProjectCreator/config/ciao_servant_dnc.mpb
@@ -1,27 +1,7 @@
// -*- MPC -*-
// $Id$
-project : ciao_component_dnc, ciao_deployment_svnt, utils, naming {
+project : ciao_component_dnc, ciao_deployment_svnt, ciao_events_dnc, ciaocidldefaults, utils, naming {
after += CIAO_DnC_Server
libs += CIAO_DnC_Server
-
- // Set the cidl compiler and flags as template values
- specific {
- cidlc = $(CIAO_ROOT)/bin/cidlc
- cidlc_dep = $(CIAO_ROOT)/bin/cidlc
- cidlc_flags = -I $(CIAO_ROOT) -I$(CIAO_ROOT)/DAnCE -I$(CIAO_ROOT)/ciao -I$(TAO_ROOT) -I$(TAO_ROOT)/tao -I$(TAO_ROOT)/orbsvcs --
- }
-
- Define_Custom(CIDL) {
- automatic = 0
- dependent = $(CIDLC_DEP)
- command = $(CIDLC)
- commandflags = $(CIDLC_FLAGS)
- inputext = .cidl
- source_outputext = _svnt.cpp
- header_outputext = _svnt.h
- generic_outputext = E.idl
- keyword cidlflags = commandflags
- }
-
}