summaryrefslogtreecommitdiff
path: root/TAO/MPC/config
diff options
context:
space:
mode:
authormarcelsmit <msmit@remedy.nl>2015-03-27 09:15:24 +0100
committermarcelsmit <msmit@remedy.nl>2015-03-27 09:15:24 +0100
commit0ce3ff43ec5d97dc767a99815866b83664f43312 (patch)
treeadce9efe8d736d6a5fb7af67a146e3e36ccd19ea /TAO/MPC/config
parentc190d67fc2dc883ba65124cc39ffa62da6c097f3 (diff)
downloadATCD-0ce3ff43ec5d97dc767a99815866b83664f43312.tar.gz
Taking the generation of the AmiC-file into account when determining the
header_outputext. It could be that an MPC project just want to generate the AmiC header and source. * TAO/MPC/config/taobaseidldefaults.mpb:
Diffstat (limited to 'TAO/MPC/config')
-rw-r--r--TAO/MPC/config/taobaseidldefaults.mpb2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/MPC/config/taobaseidldefaults.mpb b/TAO/MPC/config/taobaseidldefaults.mpb
index c72277465e1..073b8a32334 100644
--- a/TAO/MPC/config/taobaseidldefaults.mpb
+++ b/TAO/MPC/config/taobaseidldefaults.mpb
@@ -18,7 +18,7 @@ project: build_files {
keyword idlflags = commandflags
optional(header_outputext) {
- commandflags(!-Sch || !-Ssh) = .h, .hpp, .hxx, .hh
+ commandflags(!-Sch || !-Ssh || -GC) = .h, .hpp, .hxx, .hh
}
optional(source_pre_extension) {