⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt.svn-base

📁 Google浏览器V8内核代码
💻 SVN-BASE
字号:
This directory contains Microsoft Visual Studio project files for including v8in a Visual Studio/Visual C++ Express solution. All these project files havebeen created for use with Microsoft Visual Studio 2005. They can however alsobe used in both Visual Studio 2008 and Visual C++ 2008 Express Edition. Whenusing the project files in the 2008 editions minor upgrades to the files willbe performed by Visual Studio.v8_base.vcproj--------------Base V8 library containing all the V8 code but no JavaScript library code. Thisincludes third party code for regular expression handling (jscre) andstring/number convertions (dtoa).v8.vcproj---------V8 library containing all the V8 and JavaScript library code embedded as sourcewhich is compiled as V8 is running.v8_mksnapshot.vcproj--------------------Executable v8_mksnapshot.exe for building a heap snapshot from a running V8.v8_snapshot.vcproj------------------V8 library containing all the V8 and JavaScript library code embedded as a heapsnapshot instead of source to be compiled as V8 is running. Using this libraryprovides significantly faster startup time than v8.vcproj.The property sheets common.vsprops, debug.vsprops and release.vsprops containsmost of the configuration options and are inhireted by the project filesdescribed above. The location of the output directory used are defined incommon.vsprops.With regard to Platform SDK version V8 has no specific requriments and buildswith either what is supplied with Visual Studio 2005 or the latest Platform SDKfrom Microsoft.When adding these projects to a solution the following dependencies needs to bein place:  v8.vcproj depends on v8_base.vcproj  v8_mksnapshot.vcproj depends on v8.vcproj  v8_snapshot.vcproj depends on v8_mksnapshot.vcproj and v8_base.vcprojA project which uses V8 should then depend on v8_snapshot.vcproj.If V8 without snapshot if preferred only v8_base.vcproj and v8.vcproj arerequired and a project which uses V8 should depend on v8.vcproj.Two sample project files are available as well. These are v8_shell_sample.vcprojfor building the sample in samples\shell.cc and v8_process_sample.vcproj forbuilding the sample in samples\process.cc. Add either of these (or both) to asolution with v8_base, v8, v8_mksnapshot and v8_snapshot set up as describedabove and have them depend on v8_snapshot.Finally a sample Visual Studio solution file for is provided. This solution fileincludes the two sample projects together with the V8 projects and with thedependencies configured as described above.Python requirements-------------------When using the Microsoft Visual Studio project files Python version 2.4 or lateris required. Make sure that python.exe is on the path before running VisualStudio. The use of Python is in the command script js2c.cmd which is used in theCustom Build Step for v8natives.js in the v8.vcproj project.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -