Conversation
|
👎 While you are able to import the old format (VS2008) into newer Visual Studio (e.g. VS2015) it is not possible the other way around. I am for keeping VS2008 compatibility. |
|
@FredeJ is it an option to use the |
|
No, makefile.msvc is not what I want. The other thing is that it is not sufficient to just save the original |
I asked @FredeJ ;-)
Right, I thought that was done, but apparently it wasn't. |
|
I will support this PR only when it keeps support for both cases:
But again, somebody has to fix |
|
@sjaeckel Now all I'm missing is figuring out how to build both debug and release, and both libtomcrypt and libtommath should be buildable with vcpkg :) |
cool :)
uhm, pass in some CFLAGS and change the libname for the debug build? something like I don't run windows, so I can't tell if it's exactly like that, but that should give you a direction |
Fyi, as of at least VS2022 (possibly earlier), upgrading does no longer work and its impossible to use these relict-vs solution files. Upgrading these solution files to at least VS2010 will fix that. |
Migrate the solution file to Visual Studio 15.
The goal of this is to allow libtomcrypt to be made available through vcpkg (https://github.com/microsoft/vcpkg/)