summaryrefslogtreecommitdiff
path: root/TAO/MPC
diff options
context:
space:
mode:
authormarcelsmit <msmit@remedy.nl>2015-03-25 12:10:25 +0100
committermarcelsmit <msmit@remedy.nl>2015-03-25 12:10:25 +0100
commit8a9e15a719d31e302edac5a69d9b6cb6a0d45b58 (patch)
treeda2b7a34b795fc656dd992bc5c82d50c228509e9 /TAO/MPC
parentc3423eaaca19b754c93f1c9afd7390be0082b5a0 (diff)
downloadATCD-8a9e15a719d31e302edac5a69d9b6cb6a0d45b58.tar.gz
Fixed header_outputext and source_outputext
* TAO/MPC/config/taobaseidldefaults.mpb:
Diffstat (limited to 'TAO/MPC')
-rw-r--r--TAO/MPC/config/taobaseidldefaults.mpb4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/MPC/config/taobaseidldefaults.mpb b/TAO/MPC/config/taobaseidldefaults.mpb
index 43848280942..cb7797eb3a2 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) = .h, .hpp, .hxx, .hh
}
optional(source_pre_extension) {
@@ -28,7 +28,7 @@ project: build_files {
commandflags(!-Sch) = C
}
optional(source_outputext) {
- commandflags(!-Scc && !-Ssc) = .cpp, .cxx, .cc, .C
+ commandflags(!-Scc || !-Ssc) = .cpp, .cxx, .cc, .C
}
// Inline related options