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

Unified Diff: README.chromium

Issue 5145007: yasm 1.1 for windows for SAFESEH compatibility... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/yasm/
Patch Set: '' Created 10 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | binaries/win/yasm.exe » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,10 @@
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
+ Source
+ http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz
+ Source built with Visual Studio 2008 and Cygwin Python 2.5
+ cd Mkfiles\vc9
+ devenv -build Release yasm.sln
+
« no previous file with comments | « no previous file | binaries/win/yasm.exe » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698