Cristian Cucu
Cristian Cucu
Now it generates bcrypt.lib but when I look in the project properties I see that the library is generated as static library. Moreover I would like to generate the project...
What is the role of the .S file there ? I think that without it I can manage to generate .lib for shared library with MSVC.
The file seems to be used only for i386 architecture. For my needs (x86_64) I can ignore it and try to do without it. I will let you know how...
I would suggest adding a cmake variable for compiling the i386 version. When the flag is not active one could active the export of all simbol for windows. This will...