summaryrefslogtreecommitdiff
path: root/Tools/Source/TianoTools/Pccts/dlg/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Source/TianoTools/Pccts/dlg/build.xml')
-rw-r--r--Tools/Source/TianoTools/Pccts/dlg/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/Source/TianoTools/Pccts/dlg/build.xml b/Tools/Source/TianoTools/Pccts/dlg/build.xml
index 74f31b0..2f030d2 100644
--- a/Tools/Source/TianoTools/Pccts/dlg/build.xml
+++ b/Tools/Source/TianoTools/Pccts/dlg/build.xml
@@ -127,14 +127,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<if>
<equals arg1="${ToolChain}" arg2="msvc"/>
<then>
- <exec dir="${basedir}" executable="nmake" failonerror="TRUE">
+ <exec dir="${basedir}" executable="nmake" failonerror="FALSE">
<arg line="-f DlgMS.mak distclean"/>
</exec>
</then>
<elseif>
<equals arg1="${ToolChain}" arg2="gcc"/>
<then>
- <exec dir="${basedir}" executable="make" failonerror="TRUE">
+ <exec dir="${basedir}" executable="make" failonerror="FALSE">
<arg line="-f makefile distclean"/>
</exec>
</then>