Changes between Version 7 and Version 8 of ImprovingLifeOnWindows


Ignore:
Timestamp:
Feb 13, 2010 1:44:16 PM (14 years ago)
Author:
jberlin@webkit.org
Comment:

Setting WebKitOutputDir and WebKitLibrariesDir landed in r51932

Legend:

Unmodified
Added
Removed
Modified
  • ImprovingLifeOnWindows

    v7 v8  
    1818
    1919`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].
    2420
    2521== Make "Clean Solution" clean everything ==