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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 @echo off 1 @echo off
2 2
3 if %1.==. goto NoArch 3 if %1.==. goto NoArch
4 4
5 pushd %~dp0 5 pushd %~dp0
6 mkdir build 6 mkdir build
7 mkdir build\shell 7 mkdir build\shell
8 python msvs_gyp_wrapper.py --depth=. -f msvs -I common.gypi --generator-output=b uild -G msvs_version=2012 -Dtarget_arch=%1 libadblockplus.gyp 8 python third_party\gyp\gyp --depth=. -f msvs -I common.gypi --generator-output=b uild -G msvs_version=2012 -Dtarget_arch=%1 libadblockplus.gyp
9 goto End 9 goto End
10 10
11 :NoArch 11 :NoArch
12 echo Please add a command line parameter specifying target architecture (ia32 or x64) 12 echo Please add a command line parameter specifying target architecture (ia32 or x64)
13 goto End 13 goto End
14 14
15 :End 15 :End
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld