Chromium Code Reviews| Index: README.chromium |
| =================================================================== |
| --- README.chromium (revision 66773) |
| +++ README.chromium (working copy) |
| @@ -1,3 +1,7 @@ |
| +Name: yasm |
| +URL: http://www.tortall.net/projects/yasm/ |
| +License File: patched-yasm/GNU_LGPL-2.0 |
| + |
| This is a full untar of the yasm 0.8.0 with the patches in the patches/ |
| directory applied. The original tarball was retrieved from: |
| @@ -7,3 +11,14 @@ |
| patch -p1 -i ../patches/01_genmodule_outfile.patch |
| patch -p1 -i ../patches/02_gen_x86_insn_outdir.patch |
| +Windows uses version 1.1 for /SAFESEH compatibility |
| + Binary |
| + http://www.tortall.net/projects/yasm/releases/yasm-1.1.0-win32.exe |
|
Mark Mentovai
2010/11/19 19:10:44
Are you actually checking in a binary that you did
fbarchard1
2010/11/19 19:53:54
yes.
On http://www.tortall.net/projects/yasm/wiki/
|
| + Source |
| + http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz |
| + Source can be built with Visual Studio 2008 |
| + cd Mkfiles\vc9 |
| + devenv -build Release yasm.sln |
| + or MSYS gcc |
| + ./configure -prefix=/mingw && make && make install |
| + |