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 Dahl 550f73ae3e Upgrade V8 to 3.1.5 14 years ago
..
README.txt Upgrade V8 to 2.5.8 14 years ago
arm.vsprops Upgrade V8 to 2.2.4.2 15 years ago
common.vsprops Upgrade V8 to 3.1.5 14 years ago
d8.vcproj Upgrade V8 to 2.1.0 15 years ago
d8_arm.vcproj Upgrade V8 to 2.1.0 15 years ago
d8_x64.vcproj Upgrade V8 to 2.1.0 15 years ago
d8js2c.cmd import full versions of dependency libraries! 16 years ago
debug.vsprops Upgrade V8 to 3.0.4 14 years ago
ia32.vsprops Upgrade V8 to 2.2.4.2 15 years ago
js2c.cmd Update to V8 2.1.9.1 15 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 Update to V8 2.1.9.1 15 years ago
v8_arm.sln Upgrade v8 to 1.3.10 15 years ago
v8_arm.vcproj Update to V8 2.1.9.1 15 years ago
v8_base.vcproj Upgrade V8 to 3.1.5 14 years ago
v8_base_arm.vcproj Upgrade V8 to 3.1.5 14 years ago
v8_base_x64.vcproj Upgrade V8 to 3.1.5 14 years ago
v8_cctest.vcproj Upgrade V8 to 2.2.12 15 years ago
v8_cctest_arm.vcproj Upgrade V8 to 2.1.7 15 years ago
v8_cctest_x64.vcproj Upgrade V8 to 2.1.7 15 years ago
v8_mksnapshot.vcproj Upgrade V8 to 2.1.0 15 years ago
v8_mksnapshot_x64.vcproj Upgrade V8 to 2.1.0 15 years ago
v8_process_sample.vcproj Upgrade V8 to 2.1.0 15 years ago
v8_process_sample_arm.vcproj Upgrade V8 to 2.1.0 15 years ago
v8_process_sample_x64.vcproj Upgrade V8 to 2.1.0 15 years ago
v8_shell_sample.vcproj Upgrade V8 to 3.0.3 14 years ago
v8_shell_sample_arm.vcproj Upgrade V8 to 3.0.3 14 years ago
v8_shell_sample_x64.vcproj Upgrade V8 to 3.0.3 14 years ago
v8_snapshot.vcproj Upgrade v8 to version 1.2.3. 16 years ago
v8_snapshot_cc.vcproj Upgrade v8 to version 1.2.3. 16 years ago
v8_snapshot_cc_x64.vcproj Upgrade v8 to 1.3.5 15 years ago
v8_snapshot_x64.vcproj Upgrade v8 to 1.3.5 15 years ago
v8_x64.sln Upgrade v8 to 1.3.5 15 years ago
v8_x64.vcproj Update to V8 2.1.9.1 15 years ago
x64.vsprops Upgrade V8 to 2.2.4.2 15 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.

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 library containing all the V8 and JavaScript library code embedded as