summaryrefslogtreecommitdiff
path: root/modules/CIAO/MPC
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-06-16 12:47:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-06-16 12:47:11 +0000
commitf25cf349716008eaa62858e900670aac2568a08b (patch)
tree23b4cf983c2b65ffe354b427566226b5908b2718 /modules/CIAO/MPC
parentff3ceb075ac8c0c8d0becb03e841c7faab4fd976 (diff)
downloadATCD-f25cf349716008eaa62858e900670aac2568a08b.tar.gz
Tue Jun 16 12:45:52 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'modules/CIAO/MPC')
-rw-r--r--modules/CIAO/MPC/config/ciaoidldefaults.mpb14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/CIAO/MPC/config/ciaoidldefaults.mpb b/modules/CIAO/MPC/config/ciaoidldefaults.mpb
index 20aa16fe165..21d8b410a9d 100644
--- a/modules/CIAO/MPC/config/ciaoidldefaults.mpb
+++ b/modules/CIAO/MPC/config/ciaoidldefaults.mpb
@@ -3,4 +3,18 @@
project : taoidldefaults {
idlflags += -I$(CIAO_ROOT) -I$(CIAO_ROOT)/ccm
+
+ Modify_Custom (IDL) {
+ optional(source_pre_extension) {
+ commandflags(-Gsv) += _svnt
+ }
+
+ optional(header_pre_extension) {
+ commandflags(-Gsv) += _svnt
+ }
+
+ optional(generic_outputext) {
+ commandflags(-Gsv) += E.idl
+ }
+ }
}