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

Unified Diff: installer/createsolution.bat

Issue 22887001: Custom action library, initial version (Closed)
Patch Set: Created Oct. 28, 2013, 9:37 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
Index: installer/createsolution.bat
===================================================================
new file mode 100644
--- /dev/null
+++ b/installer/createsolution.bat
@@ -0,0 +1,5 @@
+@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 installer.gyp
+python ..\libadblockplus\msvs_gyp_wrapper.py --depth=build\x64 -f msvs --generator-output=build\x64 -G msvs_version=2012 -Dtarget_arch=x64 installer.gyp
+popd
« no previous file with comments | « installer/adblockplusie.wxs ('k') | installer/installer.gyp » ('j') | installer/installer.gyp » ('J')

Powered by Google App Engine
This is Rietveld