commit | 1f254216d109f7a1c74e5cc79fbc7869f46722ac | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sat Jan 23 20:26:49 2010 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jan 23 20:51:12 2010 +0100 |
tree | 73f6761d17dd79f670e77fbb49aa9a2634ef7215 | |
parent | 07af19f3abd4869597b09d05cde94beb97073947 [diff] [blame] |
makefiles: Add rules for cross-compiling static libraries.
diff --git a/Make.rules.in b/Make.rules.in index 05e82bd..057d9b8 100644 --- a/Make.rules.in +++ b/Make.rules.in
@@ -53,6 +53,9 @@ RSVG = @RSVG@ ICOTOOL = @ICOTOOL@ CROSSCC = @CROSSCC@ +CROSSTARGET = @CROSSTARGET@ +CROSSAR = $(CROSSTARGET)-ar +CROSSRANLIB = $(CROSSTARGET)-ranlib FAKEEXT = $(DLLEXT:.so=.fake) INCLUDES = -I$(SRCDIR) -I. -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include $(EXTRAINCL) EXTRACFLAGS = @EXTRACFLAGS@