blob: df5293ba513596f730f04fc06675530ea0a75b8f [file] [log] [blame]
mads.s.ager31e71382008-08-13 09:32:07 +00001@echo off
2set SOURCE_DIR=%1
3set TARGET_DIR=%2
4set PYTHON="..\..\..\third_party\python_24\python.exe"
5if not exist %PYTHON% set PYTHON=python.exe
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00006%PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc CORE %SOURCE_DIR%\macros.py %SOURCE_DIR%\runtime.js %SOURCE_DIR%\v8natives.js %SOURCE_DIR%\array.js %SOURCE_DIR%\string.js %SOURCE_DIR%\uri.js %SOURCE_DIR%\math.js %SOURCE_DIR%\messages.js %SOURCE_DIR%\apinatives.js %SOURCE_DIR%\debug-delay.js %SOURCE_DIR%\mirror-delay.js %SOURCE_DIR%\date-delay.js %SOURCE_DIR%\regexp-delay.js %SOURCE_DIR%\json-delay.js