Changes between Version 6 and Version 7 of ImprovingLifeOnWindows
- Timestamp:
- Nov 9, 2009, 9:11:57 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImprovingLifeOnWindows
v6 v7 21 21 == Set the `WebKitOutputDir` and `WebKitLibrariesDir` environment variables automatically == 22 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. 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 24 25 25 == Make "Clean Solution" clean everything ==