mirror of https://github.com/lukechilds/node.git
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
0cec74d03d
|
15 years ago | |
---|---|---|
.. | ||
README.txt | 16 years ago | |
arm.vsprops | 16 years ago | |
common.vsprops | 15 years ago | |
d8.vcproj | 16 years ago | |
d8_x64.vcproj | 15 years ago | |
d8js2c.cmd | 16 years ago | |
debug.vsprops | 16 years ago | |
ia32.vsprops | 15 years ago | |
js2c.cmd | 16 years ago | |
release.vsprops | 16 years ago | |
v8.sln | 16 years ago | |
v8.vcproj | 16 years ago | |
v8_arm.sln | 16 years ago | |
v8_base.vcproj | 15 years ago | |
v8_base_arm.vcproj | 15 years ago | |
v8_base_x64.vcproj | 15 years ago | |
v8_cctest.vcproj | 15 years ago | |
v8_cctest_arm.vcproj | 16 years ago | |
v8_cctest_x64.vcproj | 15 years ago | |
v8_mksnapshot.vcproj | 16 years ago | |
v8_mksnapshot_x64.vcproj | 15 years ago | |
v8_process_sample.vcproj | 16 years ago | |
v8_process_sample_x64.vcproj | 15 years ago | |
v8_shell_sample.vcproj | 16 years ago | |
v8_shell_sample_x64.vcproj | 15 years ago | |
v8_snapshot.vcproj | 16 years ago | |
v8_snapshot_cc.vcproj | 16 years ago | |
v8_snapshot_cc_x64.vcproj | 15 years ago | |
v8_snapshot_x64.vcproj | 15 years ago | |
v8_x64.sln | 15 years ago | |
v8_x64.vcproj | 15 years ago | |
x64.vsprops | 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. 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