Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Side by Side Diff: tools/visual_studio/README.txt

Issue 21504: Remove JSCRE (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This directory contains Microsoft Visual Studio project files for including v8 1 This directory contains Microsoft Visual Studio project files for including v8
2 in a Visual Studio/Visual C++ Express solution. All these project files have 2 in a Visual Studio/Visual C++ Express solution. All these project files have
3 been created for use with Microsoft Visual Studio 2005. They can however also 3 been created for use with Microsoft Visual Studio 2005. They can however also
4 be used in both Visual Studio 2008 and Visual C++ 2008 Express Edition. When 4 be used in both Visual Studio 2008 and Visual C++ 2008 Express Edition. When
5 using the project files in the 2008 editions minor upgrades to the files will 5 using the project files in the 2008 editions minor upgrades to the files will
6 be performed by Visual Studio. 6 be performed by Visual Studio.
7 7
8 v8_base.vcproj 8 v8_base.vcproj
9 -------------- 9 --------------
10 Base V8 library containing all the V8 code but no JavaScript library code. This 10 Base V8 library containing all the V8 code but no JavaScript library code. This
11 includes third party code for regular expression handling (jscre) and 11 includes third party code for string/number convertions (dtoa).
12 string/number convertions (dtoa).
13 12
14 v8.vcproj 13 v8.vcproj
15 --------- 14 ---------
16 V8 library containing all the V8 and JavaScript library code embedded as source 15 V8 library containing all the V8 and JavaScript library code embedded as source
17 which is compiled as V8 is running. 16 which is compiled as V8 is running.
18 17
19 v8_mksnapshot.vcproj 18 v8_mksnapshot.vcproj
20 -------------------- 19 --------------------
21 Executable v8_mksnapshot.exe for building a heap snapshot from a running V8. 20 Executable v8_mksnapshot.exe for building a heap snapshot from a running V8.
22 21
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 Finally a sample Visual Studio solution file for is provided. This solution file 62 Finally a sample Visual Studio solution file for is provided. This solution file
64 includes the two sample projects together with the V8 projects and with the 63 includes the two sample projects together with the V8 projects and with the
65 dependencies configured as described above. 64 dependencies configured as described above.
66 65
67 Python requirements 66 Python requirements
68 ------------------- 67 -------------------
69 When using the Microsoft Visual Studio project files Python version 2.4 or later 68 When using the Microsoft Visual Studio project files Python version 2.4 or later
70 is required. Make sure that python.exe is on the path before running Visual 69 is required. Make sure that python.exe is on the path before running Visual
71 Studio. The use of Python is in the command script js2c.cmd which is used in the 70 Studio. The use of Python is in the command script js2c.cmd which is used in the
72 Custom Build Step for v8natives.js in the v8.vcproj project. 71 Custom Build Step for v8natives.js in the v8.vcproj project.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698