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.mpb14
1 files changed, 11 insertions, 3 deletions
diff --git a/CIAO/MPC/config/ciaocidldefaults.mpb b/CIAO/MPC/config/ciaocidldefaults.mpb
index 534e83f5a68..ff8e9449ffb 100644
--- a/CIAO/MPC/config/ciaocidldefaults.mpb
+++ b/CIAO/MPC/config/ciaocidldefaults.mpb
@@ -22,9 +22,6 @@ project: build_files {
command = $(CIDLC)
commandflags = $(CIDLC_FLAGS)
inputext = .cidl
- source_outputext = _svnt.cpp
- header_outputext = _svnt.h
- generic_outputext = E.idl
keyword cidlflags = commandflags
@@ -32,5 +29,16 @@ project: build_files {
commandflags (--gen-desc-file) = _Impl.ccd
}
+ optional (header_outputext) {
+ commandflags (!--suppress-svnt) = _svnt.h
+ }
+
+ optional (source_outputext) {
+ commandflags (!--suppress-svnt) = _svnt.cpp
+ }
+
+ optional (generic_outputext) {
+ commandflags (!--suppress-lem) = E.idl
+ }
}
}