Home | History | Annotate | only in /external/chromium_org/v8/tools/visual_studio
Up to higher level directory
NameDateSize
README.txt20-Jun-2014623

README.txt

      1 The Microsoft Visual Studio project files for including V8 in a Visual
      2 Studio/Visual C++ Express solution has been retired. If a Visual
      3 Studio project/solution is needed there is the option of using GYP to
      4 generate these. Please look in the build directory in the root of the
      5 V8 project. It contains the required infrastructure and a README.txt
      6 file explaining how to get started.
      7 
      8 Generating Visual Studio projects using GYP is how the Chromium
      9 project integrated V8 into the Windows build.
     10 
     11 The main build system for V8 is still SCons, see the V8 wiki page
     12 http://code.google.com/p/v8/wiki/BuildingOnWindows for details.
     13