commit | f914b572779194e548d0c344242931d40b0d63f8 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu May 21 11:37:34 2009 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu May 21 16:17:50 2009 +0200 |
tree | a1d928ca770a4308a64833d2f30992605d40cafd | |
parent | b3a08339728acb19fb86d860c9368e8e3beedb09 [diff] [blame] |
widl: Add support for standard target options to allow building the right typelib kind when cross-compiling.
diff --git a/Make.rules.in b/Make.rules.in index 5dc8884..254e8a2 100644 --- a/Make.rules.in +++ b/Make.rules.in
@@ -183,7 +183,7 @@ $(WIDL) $(IDLFLAGS) -s -S $@ $< .idl.tlb: - $(WIDL) $(IDLFLAGS) -t -T $@ $< + $(WIDL) $(TARGETFLAGS) $(IDLFLAGS) -t -T $@ $< .c.ln: $(LINT) -c $(ALLLINTFLAGS) $< || ( $(RM) $@ && exit 1 )