[rbuild]
[reactos.git] / reactos / tools / rbuild / project.cpp
index 9378e16..894c8dc 100644 (file)
@@ -63,6 +63,14 @@ Environment::GetIntermediatePath ()
 }
 
 /* static */ string
+Environment::GetSourcePath ()
+{
+       char temp[_MAX_PATH];
+       getcwd(temp, _MAX_PATH);
+       return string(temp);
+}
+
+string
 Environment::GetOutputPath ()
 {
        string defaultOutput =