<include> now has attribute 'base' which allows to specify subdirectory of another...
[reactos.git] / reactos / tools / rbuild / rbuild.h
index 7844a1e..387d2be 100644 (file)
@@ -79,6 +79,7 @@ public:
                 const std::string& modulePath );\r
        ~Module ();\r
        ModuleType GetModuleType (const XMLAttribute& attribute );\r
+       std::string GetBasePath() const;\r
        std::string GetPath () const;\r
        void ProcessXML();\r
 private:\r
@@ -95,6 +96,7 @@ public:
        const Module* module;\r
        const XMLElement& node;\r
        std::string directory;\r
+       const Module* base;\r
 \r
        Include ( const Project& project,\r
                  const XMLElement& includeNode );\r
@@ -135,6 +137,8 @@ public:
        std::string name;\r
 \r
        File ( const std::string& _name );\r
+\r
+       void ProcessXML();\r
 };\r
 \r
 \r