You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ryan 40c0f755c9 import full versions of dependency libraries! 16 years ago
..
README.txt import full versions of dependency libraries! 16 years ago
arm.vsprops import full versions of dependency libraries! 16 years ago
common.vsprops import full versions of dependency libraries! 16 years ago
d8.vcproj import full versions of dependency libraries! 16 years ago
d8js2c.cmd import full versions of dependency libraries! 16 years ago
debug.vsprops import full versions of dependency libraries! 16 years ago
js2c.cmd import full versions of dependency libraries! 16 years ago
release.vsprops import full versions of dependency libraries! 16 years ago
v8.sln import full versions of dependency libraries! 16 years ago
v8.vcproj import full versions of dependency libraries! 16 years ago
v8_arm.sln import full versions of dependency libraries! 16 years ago
v8_base.vcproj import full versions of dependency libraries! 16 years ago
v8_base_arm.vcproj import full versions of dependency libraries! 16 years ago
v8_cctest.vcproj import full versions of dependency libraries! 16 years ago
v8_cctest_arm.vcproj import full versions of dependency libraries! 16 years ago
v8_mksnapshot.vcproj import full versions of dependency libraries! 16 years ago
v8_process_sample.vcproj import full versions of dependency libraries! 16 years ago
v8_shell_sample.vcproj import full versions of dependency libraries! 16 years ago
v8_snapshot.vcproj import full versions of dependency libraries! 16 years ago
v8_snapshot_cc.vcproj import full versions of dependency libraries! 16 years ago

README.txt

This directory contains Microsoft Visual Studio project files for including v8
in a Visual Studio/Visual C++ Express solution. All these project files have
been created for use with Microsoft Visual Studio 2005. They can however also
be used in both Visual Studio 2008 and Visual C++ 2008 Express Edition. When
using the project files in the 2008 editions minor upgrades to the files will
be performed by Visual Studio.

v8_base.vcproj
--------------
Base V8 library containing all the V8 code but no JavaScript library code. This
includes third party code for string/number convertions (dtoa).

v8.vcproj
---------
V8 library containing all the V8 and JavaScript library code embedded as source
which is compiled as V8 is running.

v8_mksnapshot.vcproj
--------------------
Executable v8_mksnapshot.exe for building a heap snapshot from a running V8.

v8_snapshot_cc.vcproj
---------------------
Uses v8_mksnapshot.exe to generate snapshot.cc, which is used in
v8_snapshot.vcproj.

v8_snapshot.vcproj
------------------
V8