OLD | NEW |
| (Empty) |
1 mkdir MSVS\shell | |
2 mkdir build\Release\obj\global_intermediate | |
3 mkdir build\x64\Release\obj\global_intermediate | |
4 cd "third_party\v8\tools" | |
5 python "js2c.py" "..\..\..\build\Release\obj\global_intermediate\libraries.cc" "
CORE" "off" "../src/runtime.js" "../src/v8natives.js" "../src/array.js" "../src/
string.js" "../src/uri.js" "../src/math.js" "../src/messages.js" "../src/apinati
ves.js" "../src/debug-debugger.js" "../src/mirror-debugger.js" "../src/liveedit-
debugger.js" "../src/date.js" "../src/json.js" "../src/regexp.js" "../src/macros
.py" | |
6 python "js2c.py" "..\..\..\build\Release\obj\global_intermediate\experimental-li
braries.cc" "EXPERIMENTAL" "off" "../src/runtime.js" "../src/v8natives.js" "../s
rc/array.js" "../src/string.js" "../src/uri.js" "../src/math.js" "../src/message
s.js" "../src/apinatives.js" "../src/debug-debugger.js" "../src/mirror-debugger.
js" "../src/liveedit-debugger.js" "../src/date.js" "../src/json.js" "../src/rege
xp.js" "../src/macros.py" | |
7 python "js2c.py" "..\..\..\build\x64\Release\obj\global_intermediate\libraries.c
c" "CORE" "off" "../src/runtime.js" "../src/v8natives.js" "../src/array.js" "../
src/string.js" "../src/uri.js" "../src/math.js" "../src/messages.js" "../src/api
natives.js" "../src/debug-debugger.js" "../src/mirror-debugger.js" "../src/livee
dit-debugger.js" "../src/date.js" "../src/json.js" "../src/regexp.js" "../src/ma
cros.py" | |
8 python "js2c.py" "..\..\..\build\x64\Release\obj\global_intermediate\experimenta
l-libraries.cc" "EXPERIMENTAL" "off" "../src/runtime.js" "../src/v8natives.js" "
../src/array.js" "../src/string.js" "../src/uri.js" "../src/math.js" "../src/mes
sages.js" "../src/apinatives.js" "../src/debug-debugger.js" "../src/mirror-debug
ger.js" "../src/liveedit-debugger.js" "../src/date.js" "../src/json.js" "../src/
regexp.js" "../src/macros.py" | |
9 cd ..\..\.. | |
10 msbuild MSVS\libadblockplus.sln /m /property:Configuration=Release | |
11 build\Release\mksnapshot.exe --log-snapshot-positions --logfile "build\Release\o
bj\v8_snapshot\snapshot.log" "build\Release\obj\v8_snapshot\snapshot.cc" | |
12 build\x64\Release\mksnapshot.exe --log-snapshot-positions --logfile "build\x64\R
elease\obj\v8_snapshot\snapshot.log" "build\x64\Release\obj\v8_snapshot\snapshot
.cc" | |
13 msbuild MSVS\libadblockplus.sln /m /property:Configuration=Release | |
OLD | NEW |