| OLD | NEW |
| 1 Name: yasm | 1 Name: yasm |
| 2 Short Name: yasm |
| 2 URL: http://www.tortall.net/projects/yasm/ | 3 URL: http://www.tortall.net/projects/yasm/ |
| 4 Version: 1.1.0 |
| 3 License File: patched-yasm/GNU_LGPL-2.0 | 5 License File: patched-yasm/GNU_LGPL-2.0 |
| 4 | 6 |
| 7 Description: |
| 5 This is a full untar of the yasm 1.1.0 with the patches in the patches/ | 8 This is a full untar of the yasm 1.1.0 with the patches in the patches/ |
| 6 directory applied. The original tarball was retrieved from: | 9 directory applied. The original tarball was retrieved from: |
| 7 | 10 |
| 8 http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz | 11 http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz |
| 9 | 12 |
| 10 To apply the patches, co to the patched-yasm directory and run: | 13 To apply the patches, co to the patched-yasm directory and run: |
| 11 patch -p1 -i ../patches/01_genmodule_outfile.patch | 14 patch -p1 -i ../patches/01_genmodule_outfile.patch |
| 12 patch -p1 -i ../patches/02_gen_x86_insn_outdir.patch | 15 patch -p1 -i ../patches/02_gen_x86_insn_outdir.patch |
| 13 | 16 |
| 14 Windows uses version 1.1 for /SAFESEH compatibility | 17 Windows uses version 1.1 for /SAFESEH compatibility |
| 15 Source | 18 Source |
| 16 http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz | 19 http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz |
| 17 Source built with Visual Studio 2008 and Cygwin Python 2.5 | 20 Source built with Visual Studio 2008 and Cygwin Python 2.5 |
| 18 cd Mkfiles\vc9 | 21 cd Mkfiles\vc9 |
| 19 devenv -build Release yasm.sln | 22 devenv -build Release yasm.sln |
| 20 | |
| OLD | NEW |