Update of patch#10417 (group libtool):
Status:None => Done
Open/Closed:Open => Closed
___
Follow-up Comment #1:
Thank you for the pa
URL:
<https://savannah.gnu.org/patch/?10417>
Summary: Avoid deprecation warning with MSVC
Group: GNU Libtool
Submitter: ollybetts
Submitted: Mon 27 Nov 2023 03:53:22 AM UTC
Category: None
Pr
On 2018-01-24, Josh Soref wrote:
> Olly Betts wrote:
> > Using -Fe instead of -o avoids the warning and should be OK with older
> > versions too (the MSVS 2008 docs list -Fe).
>
> That flag is much older than 2008.
>
> https://msdn.microsoft.com/en-us/library/aa236704(v=vs.60).aspx
Thanks - it se
Olly Betts wrote:
Using -Fe instead of -o avoids the warning and should be OK with older
versions too (the MSVS 2008 docs list -Fe).
That flag is much older than 2008.
https://msdn.microsoft.com/en-us/library/aa236704(v=vs.60).aspx
Using -Fe instead of -o avoids the warning and should be OK with older
versions too (the MSVS 2008 docs list -Fe).
Cheers,
Olly
From 0d1a97460cf14d2574db4749f7bf4c2145035c07 Mon Sep 17 00:00:00 2001
From: Olly Betts
Date: Wed, 24 Jan 2018 14:09:23 +1300
Subject: [PATCH] Use -Fe with MSVC to s