diff options
author | marcelsmit <msmit@remedy.nl> | 2015-03-27 09:15:24 +0100 |
---|---|---|
committer | marcelsmit <msmit@remedy.nl> | 2015-03-27 09:15:24 +0100 |
commit | 0ce3ff43ec5d97dc767a99815866b83664f43312 (patch) | |
tree | adce9efe8d736d6a5fb7af67a146e3e36ccd19ea /TAO/MPC/config | |
parent | c190d67fc2dc883ba65124cc39ffa62da6c097f3 (diff) | |
download | ATCD-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.mpb | 2 |
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) { |