http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd3c833
)
widl: Add ARM support.
author
André Hentschel
<nerv@dawncrow.de>
Fri, 25 Sep 2009 14:10:50 +0000
(16:10 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 28 Sep 2009 11:31:32 +0000
(13:31 +0200)
tools/widl/widl.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/widl/widl.c
b/tools/widl/widl.c
index 60322d3f58ff665d16d340e714e76f5595901a1e..c1c3832df2c28091372fc5a069d10c3704316645 100644
(file)
--- a/
tools/widl/widl.c
+++ b/
tools/widl/widl.c
@@
-252,7
+252,8
@@
static void set_target( const char *target )
{ "x86_64", SYS_WIN64 },
{ "sparc", SYS_WIN32 },
{ "alpha", SYS_WIN32 },
- { "powerpc", SYS_WIN32 }
+ { "powerpc", SYS_WIN32 },
+ { "arm", SYS_WIN32 }
};
unsigned int i;