Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Side by Side Diff: third_party/yasm/patched-yasm/Mkfiles/vc9/genperf/run.bat

Issue 6170009: Update our yasm copy to yasm 1.1.0 (Part 1: yasm side)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 cd ..\..\.. 1 cd ..\..\..
2 @echo off 2 @echo off
3 reg query HKCR\Python.File\shell\open\command >nul: 2>&1 3 for /f "usebackq tokens=1*" %%f in (`reg query HKCR\Python.File\shell\open\comma nd`) do (set _my_=%%f %%g)
4 goto answer%errorlevel% 4 goto next%errorlevel%
5 :answer0 5
6 echo ... building with Python ... 6 :next1
7 @echo on 7 echo Building without Python ...
8 modules\arch\x86\gen_x86_insn.py 8 goto therest
9 @echo off 9
10 goto end 10 :next0
11 :answer1 11 echo Building with Python ...
12 echo ... building without Python ... 12 set _res_=%_my_:*REG_SZ=%
13 goto end 13 set _end_=%_res_:*exe"=%
14 :end 14 call set _python_=%%_res_:%_end_%=%%
15 call %_python_% modules\arch\x86\gen_x86_insn.py
16
17 :therest
15 @echo on 18 @echo on
16 %1 x86insn_nasm.gperf x86insn_nasm.c 19 %1 x86insn_nasm.gperf x86insn_nasm.c
17 %1 x86insn_gas.gperf x86insn_gas.c 20 %1 x86insn_gas.gperf x86insn_gas.c
18 %1 modules\arch\x86\x86cpu.gperf x86cpu.c 21 %1 modules\arch\x86\x86cpu.gperf x86cpu.c
19 %1 modules\arch\x86\x86regtmod.gperf x86regtmod.c 22 %1 modules\arch\x86\x86regtmod.gperf x86regtmod.c
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698