From 8a9e15a719d31e302edac5a69d9b6cb6a0d45b58 Mon Sep 17 00:00:00 2001 From: marcelsmit Date: Wed, 25 Mar 2015 12:10:25 +0100 Subject: Fixed header_outputext and source_outputext * TAO/MPC/config/taobaseidldefaults.mpb: --- TAO/MPC/config/taobaseidldefaults.mpb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/MPC') 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 -- cgit v1.2.1