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

Unified Diff: createsolution.bat

Issue 6193234183192576: Issue 1197 - change local copy of v8 (to 4.3.15) to work with Visual Studio 2013 (Closed)
Patch Set: rebase and update Created May 17, 2016, 3:18 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 | « Makefile ('k') | dependencies » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: createsolution.bat
diff --git a/createsolution.bat b/createsolution.bat
index be626767b939a07a7bcc170ff341762ef5222df5..8c55017ec3e2b0c9691a26aa7b5d1ab9e7c5eb88 100644
--- a/createsolution.bat
+++ b/createsolution.bat
@@ -3,6 +3,6 @@
pushd %~dp0
mkdir build\ia32\shell
mkdir build\x64\shell
-python msvs_gyp_wrapper.py --depth=build\ia32 -f msvs -I common.gypi --generator-output=build\ia32 -G msvs_version=2012 -Dtarget_arch=ia32 -Dhost_arch=ia32 libadblockplus.gyp
-python msvs_gyp_wrapper.py --depth=build\x64 -f msvs -I common.gypi --generator-output=build\x64 -G msvs_version=2012 -Dtarget_arch=x64 -Dhost_arch=x64 libadblockplus.gyp
+python msvs_gyp_wrapper.py --depth=build\ia32 -f msvs -I common.gypi --generator-output=build\ia32 -G msvs_version=2013 -Dtarget_arch=ia32 -Dhost_arch=ia32 libadblockplus.gyp
+python msvs_gyp_wrapper.py --depth=build\x64 -f msvs -I common.gypi --generator-output=build\x64 -G msvs_version=2013 -Dtarget_arch=x64 -Dhost_arch=x64 libadblockplus.gyp
popd
« no previous file with comments | « Makefile ('k') | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld