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

Side by Side Diff: tools/visual_studio/d8js2c.cmd

Issue 7984: Added a Visual Studio project for the d8 developer shell. Currently without r... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 1 month 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
« no previous file with comments | « tools/visual_studio/d8.vcproj ('k') | tools/visual_studio/v8.sln » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 @echo off
2 set SOURCE_DIR=%1
3 set TARGET_DIR=%2
4 set PYTHON="..\..\..\third_party\python_24\python.exe"
5 if not exist %PYTHON% set PYTHON=python.exe
6 %PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc D8 %SO URCE_DIR%\macros.py %SOURCE_DIR%\d8.js
OLDNEW
« no previous file with comments | « tools/visual_studio/d8.vcproj ('k') | tools/visual_studio/v8.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698