Hi All,
I've just dropped in a change to gyp that will generate visual studio 2008
style projects (really just messes with the version numbers),
if vs2008 is detected locally.
This behavior is disabled on the buildbots at the moment.

If this gets in your way you can control it with the GYP_MSVS_VERSION
environment variable.
GYP_MSVS_VERSION=2005 (force vs2005)
GYP_MSVS_VERSION=2008 (force vs2008)
GYP_MSVS_VERSION=auto (auto-detect latest, default)

For everything other than chome.sln this will save you the trouble of the
import step.
Once everything is in gyp, this should all be seamless.

Please let me know if anyone runs into issues with this change.

Sometime soon we'll add a buildbot with vs2008 building so things hopefully
won't be too broken.

-BradN

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to