Changes between Version 7 and Version 8 of ImprovingLifeOnWindows
- Timestamp:
- Feb 13, 2010, 1:44:16 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImprovingLifeOnWindows
v7 v8 18 18 19 19 `update-webkit` and/or `build-webkit` should detect when the Windows Platform SDK is missing and warn the user. This would fix BuildingOnWindows#VisualCExpressEdition. 20 21 == Set the `WebKitOutputDir` and `WebKitLibrariesDir` environment variables automatically ==22 23 The `WebKitOutputDir` and `WebKitLibrariesDir` environment variables have to be set to be able to build inside Visual Studio. We should set these automatically as part of running `update-webkit` (maybe by tickling `HKCU\Environment` directly). This would fix BuildingOnWindows#WebKitLibrariesDir and obviate BuildingOnWindows#BuildingfromwithinVisualStudio. This is covered by [https://bugs.webkit.org/show_bug.cgi?id=31228 bug 31228].24 20 25 21 == Make "Clean Solution" clean everything ==