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

Unified 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, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/visual_studio/d8.vcproj ('k') | tools/visual_studio/v8.sln » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/visual_studio/d8js2c.cmd
===================================================================
--- tools/visual_studio/d8js2c.cmd (revision 0)
+++ tools/visual_studio/d8js2c.cmd (revision 0)
@@ -0,0 +1,6 @@
+@echo off
+set SOURCE_DIR=%1
+set TARGET_DIR=%2
+set PYTHON="..\..\..\third_party\python_24\python.exe"
+if not exist %PYTHON% set PYTHON=python.exe
+%PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc D8 %SOURCE_DIR%\macros.py %SOURCE_DIR%\d8.js
« 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