winebuild: Add support for amd64-mingw32msvc platform

André Hentschel nerv at dawncrow.de
Thu May 27 13:08:31 CDT 2010


---
 tools/winebuild/utils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/winebuild/utils.c b/tools/winebuild/utils.c
index b690bab..75568d6 100644
--- a/tools/winebuild/utils.c
+++ b/tools/winebuild/utils.c
@@ -54,6 +54,7 @@ static const struct
     { "i586",    CPU_x86 },
     { "i686",    CPU_x86 },
     { "i786",    CPU_x86 },
+    { "amd64",   CPU_x86_64 },
     { "x86_64",  CPU_x86_64 },
     { "sparc",   CPU_SPARC },
     { "alpha",   CPU_ALPHA },
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list