summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1df710a)
raw | patch | inline | side by side (parent: 1df710a)
author | ishmal <ishmal@users.sourceforge.net> | |
Fri, 25 Apr 2008 19:36:47 +0000 (19:36 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Fri, 25 Apr 2008 19:36:47 +0000 (19:36 +0000) |
build.xml | patch | blob | history | |
buildtool.cpp | patch | blob | history |
diff --git a/build.xml b/build.xml
index 432fcdd38241ab6b491369caa00af437105fe98f..d0c4074f603ff896bd7de752037f3917357d19e2 100644 (file)
--- a/build.xml
+++ b/build.xml
<!-- Compile from source to build -->
<cc cc="${arch}gcc" cxx="${arch}g++"
- destdir="${build}/obj">
+ destdir="${build}/obj"
+ continueOnError="false">
<fileset dir="${src}">
<!-- THINGS TO EXCLUDE -->
<exclude name="2geom/chebyshev.cpp"/>
diff --git a/buildtool.cpp b/buildtool.cpp
index b14cfcfb654012c743a05cef87fea99dac41c445..f0237afaafafca7c9f88b4b376cf106a5f9f6afe 100644 (file)
--- a/buildtool.cpp
+++ b/buildtool.cpp
fclose(f);
}
- return errorOccurred;
+ return !errorOccurred;
}
virtual bool parse(Element *elem)