Changes between Version 6 and Version 7 of ImprovingLifeOnWindows


Ignore:
Timestamp:
Nov 9, 2009 9:11:57 AM (14 years ago)
Author:
Adam Roben
Comment:

Added bug number for setting environment variables automatically

Legend:

Unmodified
Added
Removed
Modified
  • ImprovingLifeOnWindows

    v6 v7  
    2121== Set the `WebKitOutputDir` and `WebKitLibrariesDir` environment variables automatically ==
    2222
    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.
     23The `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].
    2424
    2525== Make "Clean Solution" clean everything ==