Reviewed by NOBODY.
* Scripts/build-dumprendertree: Fix path to DumpRenderTree.sln.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@26903
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-10-22 Adam Roben <aroben@apple.com>
+
+ Windows build fix
+
+ Reviewed by NOBODY.
+
+ * Scripts/build-dumprendertree: Fix path to DumpRenderTree.sln.
+
2007-10-22 Kevin McCullough <kmccullough@apple.com>
- Removed a leak that was fixed.
if (isOSX()) {
$result = system "xcodebuild", "-project", "DumpRenderTree.xcodeproj", @options;
} elsif (isCygwin()) {
- $result = buildVisualStudioProject("DumpRenderTree.vcproj/DumpRenderTree.sln");
+ $result = buildVisualStudioProject("DumpRenderTree.sln");
} elsif (isQt()) {
# Qt/Linux builds everything in one-shot. No need to build anything here.
$result = 0;