beginnings of makefile output
[reactos.git] / reactos / tools / rbuild / rbuild.h
index af0314a..6fa5ab8 100644 (file)
@@ -21,9 +21,11 @@ public:
        Project ( const std::string& filename );\r
        ~Project ();\r
        void ProcessXML ( const XMLElement& e, const std::string& path );\r
+       bool GenerateOutput();\r
 private:\r
        void ReadXml ();\r
        XMLFile xmlfile;\r
+       XMLElement* head;\r
 };\r
 \r
 class Module\r