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 149562555c Downgrade V8 to 3.1.8.25 14 years ago
..
README.txt Downgrade V8 to 3.1.8.25 14 years ago
arm.vsprops Downgrade V8 to 3.1.8.25 14 years ago
common.vsprops Downgrade V8 to 3.1.8.25 14 years ago
d8.vcproj Downgrade V8 to 3.1.8.25 14 years ago
d8_arm.vcproj Downgrade V8 to 3.1.8.25 14 years ago
d8_x64.vcproj Downgrade V8 to 3.1.8.25 14 years ago
d8js2c.cmd Downgrade V8 to 3.1.8.25 14 years ago
debug.vsprops Downgrade V8 to 3.1.8.25 14 years ago
ia32.vsprops Downgrade V8 to 3.1.8.25 14 years ago
js2c.cmd Downgrade V8 to 3.1.8.25 14 years ago
release.vsprops Downgrade V8 to 3.1.8.25 14 years ago
v8.sln Downgrade V8 to 3.1.8.25 14 years ago
v8.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_arm.sln Downgrade V8 to 3.1.8.25 14 years ago
v8_arm.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_base.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_base_arm.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_base_x64.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_cctest.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_cctest_arm.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_cctest_x64.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_mksnapshot.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_mksnapshot_x64.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_process_sample.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_process_sample_arm.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_process_sample_x64.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_shell_sample.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_shell_sample_arm.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_shell_sample_x64.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_snapshot.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_snapshot_cc.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_snapshot_cc_x64.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_snapshot_x64.vcproj Downgrade V8 to 3.1.8.25 14 years ago
v8_x64.sln Downgrade V8 to 3.1.8.25 14 years ago
v8_x64.vcproj Downgrade V8 to 3.1.8.25 14 years ago
x64.vsprops Downgrade V8 to 3.1.8.25 14 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