6b3f10b482
R=ager@chromium.org BUG=885 TEST=none Review URL: http://codereview.chromium.org//6905164 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7743 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
13 lines
623 B
Plaintext
13 lines
623 B
Plaintext
The Microsoft Visual Studio project files for including V8 in a Visual
|
|
Studio/Visual C++ Express solution has been retired. If a Visual
|
|
Studio project/solution is needed there is the option of using GYP to
|
|
generate these. Please look in the build directory in the root of the
|
|
V8 project. It contains the required infrastructure and a README.txt
|
|
file explaining how to get started.
|
|
|
|
Generating Visual Studio projects using GYP is how the Chromium
|
|
project integrated V8 into the Windows build.
|
|
|
|
The main build system for V8 is still SCons, see the V8 wiki page
|
|
http://code.google.com/p/v8/wiki/BuildingOnWindows for details.
|