[PATCH] Enable the use of link -lib as the wrapped archiver.

2010-08-12 Thread Peter Rosin
Hi! lib.exe is simply a wrapper around link.exe -lib, this patch allows the latter form to also be wrapped by ar-lib. While at it, the patch also allows some other options through to the wrapped archiver. I have quoted some of the output from lib -? below for your convenience (remember that '-'

Re: [PATCH] Enable the use of link -lib as the wrapped archiver.

2010-08-12 Thread Peter Rosin
Den 2010-08-12 16:30 skrev Peter Rosin: Hi! lib.exe is simply a wrapper around link.exe -lib, this patch allows the latter form to also be wrapped by ar-lib. While at it, the patch also allows some other options through to the wrapped archiver. I have quoted some of the output from lib

Re: [PATCH] Enable the use of link -lib as the wrapped archiver.

2010-08-12 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Thu, Aug 12, 2010 at 06:03:03PM CEST: From 8c406f64b66aedee8359ddf1383e087faa2ba233 Mon Sep 17 00:00:00 2001 From: Peter Rosin p...@lysator.liu.se Date: Thu, 12 Aug 2010 18:01:18 +0200 Subject: [PATCH] Enable the use of link -lib as the wrapped archiver. *