-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visualstudio solution #517
base: develop
Are you sure you want to change the base?
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 |
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/)