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

Unified Diff: createsolution.bat

Issue 10786016: Moved all pipe functionality into a self-containing Communication::Pipe class (Closed)
Patch Set: Created May 31, 2013, 11:48 a.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 | « adblockplus.gyp ('k') | src/engine/main.cpp » ('j') | src/engine/main.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: createsolution.bat
===================================================================
new file mode 100644
--- /dev/null
+++ b/createsolution.bat
@@ -0,0 +1,6 @@
+@echo off
+
+pushd %~dp0
+python libadblockplus\msvs_gyp_wrapper.py --depth=build\ia32 -f msvs --generator-output=build\ia32 -G msvs_version=2012 -Dtarget_arch=ia32 adblockplus.gyp
+python libadblockplus\msvs_gyp_wrapper.py --depth=build\x64 -f msvs --generator-output=build\x64 -G msvs_version=2012 -Dtarget_arch=x64 adblockplus.gyp
+popd
« no previous file with comments | « adblockplus.gyp ('k') | src/engine/main.cpp » ('j') | src/engine/main.cpp » ('J')

Powered by Google App Engine
This is Rietveld