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

Unified Diff: createsolution.bat

Issue 10290027: Rewrite js2c.py to avoid positional non-file arguments (Closed)
Patch Set: Created April 24, 2013, 6:07 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: createsolution.bat
===================================================================
--- a/createsolution.bat
+++ b/createsolution.bat
@@ -5,7 +5,7 @@
pushd %~dp0
mkdir build
mkdir build\shell
-python msvs_gyp_wrapper.py --depth=. -f msvs -I common.gypi --generator-output=build -G msvs_version=2012 -Dtarget_arch=%1 libadblockplus.gyp
+python third_party\gyp\gyp --depth=. -f msvs -I common.gypi --generator-output=build -G msvs_version=2012 -Dtarget_arch=%1 libadblockplus.gyp
goto End
:NoArch
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld