OSDN Git Service

Cygwin build fix: Fix linkage
authorJon TURNEY <jon.turney@dronecode.org.uk>
Fri, 19 Feb 2010 22:38:00 +0000 (22:38 +0000)
committerBrian Paul <brianp@vmware.com>
Sat, 20 Feb 2010 16:24:15 +0000 (09:24 -0700)
commite3114d3f0ff45f6e3ef38c59cceb9b6923b7b0eb
tree41ae1997beeb8e392f947b4e701d1f2d473b5fbf
parent1613735d08eacc4b3d21694e5010587357525ecc
Cygwin build fix: Fix linkage

Fix the way we make static convenience libraries, such as libmesa.a,
to be the same as linux etc.

Putting archives inside archives doesn't make the objects inside
the archive linkable, so use expand_archives() to get all the objects
inside an archive out again before linking.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Signed-off-by: Brian Paul <brianp@vmware.com>
bin/mklib