[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] MSVS 2013 and 2015 native builds for Windows 32 and 64bits
From: |
Nikos Mavrogiannopoulos |
Subject: |
Re: [PATCH] MSVS 2013 and 2015 native builds for Windows 32 and 64bits |
Date: |
Mon, 5 Dec 2016 08:22:42 +0100 |
Thank you. I've applied the patch. Would you be interested into adding
an appveyor file so that a build is auto-triggered on the github
mirror? That would allow detecting early any breakage on the windows
platform.
regards,
Nikos
On Fri, Dec 2, 2016 at 10:32 AM, Vasily Olekhov <address@hidden> wrote:
> Hello.
> Current build scripts support gcc on mingw environment.
> Solution files are designed for Visual Studio 2005 and are outdated.
>
> Recent versions of libtasn1 use C99 which is supported only on Visual Studio
> 2013 onwards
>
> I've added scripts to build libtasn1 natively with VisualStudio 2013 and
> 2015 using SDKs 8 and 10.
>
> Current target is static library (.lib)
>
> Vasiliy
>