create virtual attribute "top_href" for <xi:include> that is a path relative to top level of project to make it easier to generate non-recursive makefiles

svn path=/branches/xmlbuildsystem/; revision=12786
This commit is contained in:
Royce Mitchell III 2005-01-04 13:40:05 +00:00
parent 83a90b1ff8
commit 0e49eb5441
3 changed files with 109 additions and 11 deletions

View file

@ -1,3 +1,9 @@
// module.cpp
#ifdef _MSC_VER
#pragma warning ( disable : 4786 ) // identifier was truncated to '255' characters in the debug information
#endif//_MSC_VER
#include "rbuild.h"
using std::string;