Added accessor to get the source directory for use in client scripts
* Scripts/webkitdirs.pm:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@17527
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-11-01 Brady Eidson <beidson@apple.com>
+
+ Reviewed by Tim Hatcher
+
+ Added accessor to get the source directory for use in client scripts
+
+ * Scripts/webkitdirs.pm:
+
2006-11-01 Mark Rowe <bdash@webkit.org>
Reviewed by Mitz.
return $baseProductDir;
}
+sub sourceDir
+{
+ determineSourceDir();
+ return $sourceDir;
+}
+
sub productDir
{
determineConfigurationProductDir();