summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1ac5572)
raw | patch | inline | side by side (parent: 1ac5572)
author | ishmal <ishmal@users.sourceforge.net> | |
Wed, 7 Feb 2007 13:07:16 +0000 (13:07 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Wed, 7 Feb 2007 13:07:16 +0000 (13:07 +0000) |
buildtool.cpp | patch | blob | history |
diff --git a/buildtool.cpp b/buildtool.cpp
index f78bf8ee87b9f6b16335b5e5978ee5421c056c6d..e2c28b4c0e56204bb76f5b3c976637ab44a8e881 100644 (file)
--- a/buildtool.cpp
+++ b/buildtool.cpp
* Authors:
* Bob Jamison
*
- * Copyright (C) 2006 Bob Jamison
+ * Copyright (C) 2006-2007 Bob Jamison
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
return false;
if (!parent.getAttribute(elem, "strip", s))
return false;
- if (!getBool(s, doStrip))
+ if (s.size()>0 && !getBool(s, doStrip))
return false;
if (!parent.getAttribute(elem, "symfile", symFileName))
return false;
return false;
if (!parent.getAttribute(elem, "owndir", s))
return false;
- if (!getBool(s, owndir))
+ if (s.size()>0 && !getBool(s, owndir))
return false;
std::vector<Element *> children = elem->getChildren();
*
*/
virtual String version()
- { return "BuildTool v0.6, 2006 Bob Jamison"; }
+ { return "BuildTool v0.6.1, 2006 Bob Jamison"; }
/**
* Overload a <property>