Sha256: d7ee0e2796002add4aff4fd37d1b3558ec780a0c5ef37b44235a4da97eb4b717
Contents?: true
Size: 264 Bytes
Versions: 2
Compression:
Stored size: 264 Bytes
Contents
@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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tomato-0.0.1.prealpha2 | ext/tomato/external/v8/tools/visual_studio/d8js2c.cmd |
tomato-0.0.1.prealpha1 | ext/tomato/external/v8/tools/visual_studio/d8js2c.cmd |