Set svn:eol-style=native
[reactos.git] / reactos / tools / rbuild / installfile.cpp
index 1e497f4..36ed113 100644 (file)
@@ -1,42 +1,42 @@
-#include "pch.h"\r
-#include <assert.h>\r
-\r
-#include "rbuild.h"\r
-\r
-using std::string;\r
-\r
-InstallFile::InstallFile ( const Project& project_,\r
-                              const XMLElement& installfileNode,\r
-                              const string& path )\r
-       : project ( project_ ),\r
-         node ( installfileNode )\r
-{\r
-       const XMLAttribute* att = node.GetAttribute ( "base", false );\r
-       if ( att != NULL )\r
-               base = att->value;\r
-       else\r
-               base = "";\r
-\r
-       att = node.GetAttribute ( "newname", false );\r
-       if ( att != NULL )\r
-               newname = att->value;\r
-       else\r
-               newname = node.value;\r
-       name = node.value;\r
-       this->path = path;\r
-}\r
-\r
-InstallFile::~InstallFile ()\r
-{\r
-}\r
-\r
-string\r
-InstallFile::GetPath () const\r
-{\r
-       return path + SSEP + name;\r
-}\r
-\r
-void\r
-InstallFile::ProcessXML()\r
-{\r
-}\r
+#include "pch.h"
+#include <assert.h>
+
+#include "rbuild.h"
+
+using std::string;
+
+InstallFile::InstallFile ( const Project& project_,
+                              const XMLElement& installfileNode,
+                              const string& path )
+       : project ( project_ ),
+         node ( installfileNode )
+{
+       const XMLAttribute* att = node.GetAttribute ( "base", false );
+       if ( att != NULL )
+               base = att->value;
+       else
+               base = "";
+
+       att = node.GetAttribute ( "newname", false );
+       if ( att != NULL )
+               newname = att->value;
+       else
+               newname = node.value;
+       name = node.value;
+       this->path = path;
+}
+
+InstallFile::~InstallFile ()
+{
+}
+
+string
+InstallFile::GetPath () const
+{
+       return path + SSEP + name;
+}
+
+void
+InstallFile::ProcessXML()
+{
+}