diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2012-08-03 07:05:06 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2012-08-03 07:05:06 +0000 |
commit | 63c111eabc04afeed8d75eeb9322222083008dc0 (patch) | |
tree | 5aeb4adc9a31eeee65381c998770ee6b72ee34ad /TAO/MPC/config | |
parent | 3ea5c4e1a6bd5822d1e66b424c9d23ff6850da6d (diff) | |
download | ATCD-63c111eabc04afeed8d75eeb9322222083008dc0.tar.gz |
Fri Aug 3 07:03:59 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* MPC/config/taobaseidldefaults.mpb:
Fixed duplicate files being added
Diffstat (limited to 'TAO/MPC/config')
-rw-r--r-- | TAO/MPC/config/taobaseidldefaults.mpb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/TAO/MPC/config/taobaseidldefaults.mpb b/TAO/MPC/config/taobaseidldefaults.mpb index 6916a8a9c9e..50fe3fc8d5e 100644 --- a/TAO/MPC/config/taobaseidldefaults.mpb +++ b/TAO/MPC/config/taobaseidldefaults.mpb @@ -20,10 +20,7 @@ project: build_files { keyword idlflags = commandflags optional(header_outputext) { - commandflags(!-Sch) += .h, .hpp, .hxx, .hh - } - optional(header_outputext) { - commandflags(!-Ssh) += .h, .hpp, .hxx, .hh + commandflags(!-Sch && !-Ssh) += .h, .hpp, .hxx, .hh } optional(header_pre_extension) { @@ -55,10 +52,7 @@ project: build_files { commandflags(!-oS && !-Ssh) += S } optional(source_outputext) { - commandflags(!-Scc) += .cpp, .cxx, .cc, .C - } - optional(source_outputext) { - commandflags(!-SS) += .cpp, .cxx, .cc, .C + commandflags(!-Scc && !-SS) += .cpp, .cxx, .cc, .C } // Other |