~bkerensa/ubuntu/raring/yasm/fix-for-1064341

« back to all changes in this revision

Viewing changes to Mkfiles/vc8/genperf/run.bat

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar
  • Date: 2009-07-14 08:23:59 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090714082359-10x8mjty41gzkshs
Tags: 0.8.0-1
* New upstream release (Closes: #531047).
* Removed all tasm patches, they’ve been merged upstream.
* debian/control: set debhelper dependency to 5.0 and policy to 3.8.2.
* debian/control: mention TASM in the long description.
* debian/compat: set debhelper level to 5.
* debian/links: link tasm to ytasm and tasm.1.gz to ytasm.1.gz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
cd ..\..\..
2
 
@echo off
3
 
reg query HKCR\Python.File\shell\open\command >nul: 2>&1
4
 
goto answer%errorlevel%
5
 
:answer0
6
 
echo ... building with Python ...
7
 
@echo on
8
 
modules\arch\x86\gen_x86_insn.py
9
 
@echo off
10
 
goto end
11
 
:answer1
12
 
echo ... building without Python ...
13
 
goto end
14
 
:end
15
 
@echo on
16
 
%1 x86insn_nasm.gperf x86insn_nasm.c
17
 
%1 x86insn_gas.gperf x86insn_gas.c
18
 
%1 modules\arch\x86\x86cpu.gperf x86cpu.c
19
 
%1 modules\arch\x86\x86regtmod.gperf x86regtmod.c