mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 22:12:59 +00:00
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:
parent
83a90b1ff8
commit
0e49eb5441
3 changed files with 109 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue