Re: [PATCH] compile: implement library search to support MSVC static linking

2010-09-21 Thread Peter Rosin
7;END' >> +#! /bin/sh >> +echo "$@" >> +END >> + >> +chmod +x ./cl >> + >> +mkdir syslib >> +:> syslib/foo.lib >> + >> +LIB=`pwd`/syslib >> +export LIB > > I find the use of $LIB below in the test a bit weird,

Re: [PATCH] compile: implement library search to support MSVC static linking

2010-09-21 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Tue, Sep 21, 2010 at 05:11:26PM CEST: > This is for the msvc branch. This idea was previously discussed here: > http://lists.gnu.org/archive/html/libtool-patches/2010-09/msg00044.html > Subject: [PATCH] compile: implement library search to support MS

[PATCH] compile: implement library search to support MSVC static linking

2010-09-21 Thread Peter Rosin
:00 2001 From: Peter Rosin Date: Tue, 21 Sep 2010 16:55:25 +0200 Subject: [PATCH] compile: implement library search to support MSVC static linking * lib/compile (func_cl_wrapper): Implement library search and -static option so that the user can select whether to prefer dll import libraries or sta