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:
fa9b9f5
)
Pass DLLFLAGS to winebuild too.
author
Alexandre Julliard
<julliard@winehq.org>
Mon, 22 Nov 2004 19:48:10 +0000
(19:48 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 22 Nov 2004 19:48:10 +0000
(19:48 +0000)
tools/winegcc/winegcc.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/winegcc/winegcc.c
b/tools/winegcc/winegcc.c
index e3bc22ecd4f0f12894b02e67a78fe8cc36d0f405..40f749f33e6dc2de1aedbb7437812f4c11400726 100644
(file)
--- a/
tools/winegcc/winegcc.c
+++ b/
tools/winegcc/winegcc.c
@@
-493,6
+493,7
@@
static void build(struct options* opts)
strarray_add(spec_args, winebuild);
strarray_add(spec_args, "--ld-cmd");
strarray_add(spec_args, LD);
+ strarray_addall(spec_args, strarray_fromstring(DLLFLAGS, " "));
strarray_add(spec_args, "-o");
strarray_add(spec_args, spec_c_name);
if (opts->shared)