summaryrefslogtreecommitdiff
path: root/CIAO/MPC/config/ciaocidldefaults.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/MPC/config/ciaocidldefaults.mpb')
-rw-r--r--CIAO/MPC/config/ciaocidldefaults.mpb7
1 files changed, 2 insertions, 5 deletions
diff --git a/CIAO/MPC/config/ciaocidldefaults.mpb b/CIAO/MPC/config/ciaocidldefaults.mpb
index 3238837b042..38589f70022 100644
--- a/CIAO/MPC/config/ciaocidldefaults.mpb
+++ b/CIAO/MPC/config/ciaocidldefaults.mpb
@@ -2,7 +2,6 @@
// $Id$
project {
- after += CIDLC
// Set the cidl compiler and flags as template values
specific {
cidlc = $(CIAO_ROOT)/bin/cidlc
@@ -10,6 +9,7 @@ project {
cidlc_flags = -I $(CIAO_ROOT) \
-I$(CIAO_ROOT)/DAnCE \
-I$(CIAO_ROOT)/ciao \
+ -I$(CIAO_ROOT)/ccm \
-I$(TAO_ROOT) \
-I$(TAO_ROOT)/tao \
-I$(TAO_ROOT)/orbsvcs
@@ -24,10 +24,7 @@ project {
source_outputext = _svnt.cpp
header_outputext = _svnt.h
generic_outputext = E.idl
+ documentation_outputext = _Impl.ccd
keyword cidlflags = commandflags
-
- optional (documentation_outputext) {
- commandflags (--gen-desc-file) = _Impl.ccd
- }
}
}