On Sat, 13 Oct 2012, Diego Biurrun wrote:
On Sat, Oct 13, 2012 at 01:46:38PM +0300, Martin Storsjö wrote:
--- a/configure
+++ b/configure
@@ -2778,14 +2778,33 @@ case $target_os in
shlibdir_default="$bindir_default"
SLIBPREF=""
SLIBSUF=".dll"
+if enabled_all
On Sat, Oct 13, 2012 at 01:46:38PM +0300, Martin Storsjö wrote:
>
> --- a/configure
> +++ b/configure
> @@ -2778,14 +2778,33 @@ case $target_os in
> shlibdir_default="$bindir_default"
> SLIBPREF=""
> SLIBSUF=".dll"
> +if enabled_all msvc shared; then
> +
Hendrik Leppkes writes:
> On Sat, Oct 13, 2012 at 12:55 PM, Måns Rullgård wrote:
>> Martin Storsjö writes:
>>
>>> diff --git a/configure b/configure
>>> index 99830d8..5480ce0 100755
>>> --- a/configure
>>> +++ b/configure
>>> @@ -2778,14 +2778,33 @@ case $target_os in
>>> shlibdir_def
On Sat, Oct 13, 2012 at 12:55 PM, Måns Rullgård wrote:
> Martin Storsjö writes:
>
>> diff --git a/configure b/configure
>> index 99830d8..5480ce0 100755
>> --- a/configure
>> +++ b/configure
>> @@ -2778,14 +2778,33 @@ case $target_os in
>> shlibdir_default="$bindir_default"
>> S
On 10/13/2012 12:46 PM, Martin Storsjö wrote:
> From: "Ronald S. Bultje"
>
> This requires the makedef perl script by Derek, which probably will
> go into the c99-to-c89 repo. That scripts produces a .def file,
> listing the symbols to be exported, based on the gcc version
> scripts and the built
Martin Storsjö writes:
> diff --git a/configure b/configure
> index 99830d8..5480ce0 100755
> --- a/configure
> +++ b/configure
> @@ -2778,14 +2778,33 @@ case $target_os in
> shlibdir_default="$bindir_default"
> SLIBPREF=""
> SLIBSUF=".dll"
> +if enabled_all msv