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

Unified Diff: createsolution.bat

Issue 29748587: Issue 6063, 6531 - Update V8 to 6.5.254.41, use C++14 and NDK-r16b (Closed) Base URL: https://github.com/adblockplus/libadblockplus@549616e865707b89e95659d55c70e22d63130ce5
Patch Set: fix and simplify build for Windows Created April 18, 2018, 6:41 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 | « common.gypi ('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 d650c8e3c2b81d097180c128ba00f73039ebd45c..2649894189de320c3b6cbeb78ed9f3f76a3a9f67 100644
--- a/createsolution.bat
+++ b/createsolution.bat
@@ -6,6 +6,6 @@ python ensure_dependencies.py
mkdir build\ia32\shell
mkdir build\x64\shell
-python msvs_gyp_wrapper.py --depth=build\ia32 -f msvs -G msvs_version=2015 -I libadblockplus.gypi --generator-output=build\ia32 -Dtarget_arch=ia32 -Dhost_arch=ia32 libadblockplus.gyp
-python msvs_gyp_wrapper.py --depth=build\x64 -f msvs -G msvs_version=2015 -I libadblockplus.gypi --generator-output=build\x64 -Dtarget_arch=x64 -Dhost_arch=x64 libadblockplus.gyp
+python msvs_gyp_wrapper.py --depth=build\ia32 -f msvs -G msvs_version=2017 -I libadblockplus.gypi --generator-output=build\ia32 -Dtarget_arch=ia32 -Dhost_arch=ia32 libadblockplus.gyp
+python msvs_gyp_wrapper.py --depth=build\x64 -f msvs -G msvs_version=2017 -I libadblockplus.gypi --generator-output=build\x64 -Dtarget_arch=x64 -Dhost_arch=x64 libadblockplus.gyp
popd
« no previous file with comments | « common.gypi ('k') | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld