blob: b199e181fcdc7b777defa2232ce50ddc35c70ff3 [file] [log] [blame]
Ben Murdoch257744e2011-11-30 15:57:28 +00001The Microsoft Visual Studio project files for including V8 in a Visual
2Studio/Visual C++ Express solution has been retired. If a Visual
3Studio project/solution is needed there is the option of using GYP to
4generate these. Please look in the build directory in the root of the
5V8 project. It contains the required infrastructure and a README.txt
6file explaining how to get started.
Steve Blocka7e24c12009-10-30 11:49:00 +00007
Ben Murdoch257744e2011-11-30 15:57:28 +00008Generating Visual Studio projects using GYP is how the Chromium
9project integrated V8 into the Windows build.
Steve Blocka7e24c12009-10-30 11:49:00 +000010
Ben Murdoch257744e2011-11-30 15:57:28 +000011The main build system for V8 is still SCons, see the V8 wiki page
12http://code.google.com/p/v8/wiki/BuildingOnWindows for details.