Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: buildmsvs_release.bat

Issue 10234088: Use GYP to generate MSVS project files (Closed)
Patch Set: Moved project files to build/ Created April 24, 2013, 1:57 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « buildmsvs.bat ('k') | check_curl.py » ('j') | msvs_gyp_wrapper.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildmsvs_release.bat
===================================================================
deleted file mode 100644
--- a/buildmsvs_release.bat
+++ /dev/null
@@ -1,13 +0,0 @@
-mkdir MSVS\shell
-mkdir build\Release\obj\global_intermediate
-mkdir build\x64\Release\obj\global_intermediate
-cd "third_party\v8\tools"
-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/apinatives.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"
-python "js2c.py" "..\..\..\build\Release\obj\global_intermediate\experimental-libraries.cc" "EXPERIMENTAL" "off" "../src/runtime.js" "../src/v8natives.js" "../src/array.js" "../src/string.js" "../src/uri.js" "../src/math.js" "../src/messages.js" "../src/apinatives.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"
-python "js2c.py" "..\..\..\build\x64\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/apinatives.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"
-python "js2c.py" "..\..\..\build\x64\Release\obj\global_intermediate\experimental-libraries.cc" "EXPERIMENTAL" "off" "../src/runtime.js" "../src/v8natives.js" "../src/array.js" "../src/string.js" "../src/uri.js" "../src/math.js" "../src/messages.js" "../src/apinatives.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"
-cd ..\..\..
-msbuild MSVS\libadblockplus.sln /m /property:Configuration=Release
-build\Release\mksnapshot.exe --log-snapshot-positions --logfile "build\Release\obj\v8_snapshot\snapshot.log" "build\Release\obj\v8_snapshot\snapshot.cc"
-build\x64\Release\mksnapshot.exe --log-snapshot-positions --logfile "build\x64\Release\obj\v8_snapshot\snapshot.log" "build\x64\Release\obj\v8_snapshot\snapshot.cc"
-msbuild MSVS\libadblockplus.sln /m /property:Configuration=Release
« no previous file with comments | « buildmsvs.bat ('k') | check_curl.py » ('j') | msvs_gyp_wrapper.py » ('J')

Powered by Google App Engine
This is Rietveld