2c3fdd8e25
Review URL: http://codereview.chromium.org/7984 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@596 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
7 lines
270 B
Batchfile
7 lines
270 B
Batchfile
@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
|