Bug 8172
Summary: | Makefiles should be updated to work on win32 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-webkit, ian |
Priority: | P4 | ||
Version: | 420+ | ||
Hardware: | PC | ||
OS: | Windows XP |
Eric Seidel (no email)
The existing makefiles in svn only work with xcodebuild and do not work with devenv.com or vcbuild.exe (see bug 7802) like build-webkit does. It would be really nice to update these makefiles to work correctly on both platforms.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darin Adler
I'd suggest removing the makefiles altogether. People who like to use make could run scripts to deposit appropriate makefiles in their tree.
Eric Seidel (no email)
There is a working build system on Win32. I think this bug can be closed.