Build libtomcrypt using Makefiles
developlibtomcrypt provides several makefiles depending on your target environment and requirements. Choose the appropriate makefile for your use case:
makefile: Builds a static library (requires GNU Make).makefile.shared: Builds both shared and static libraries (requires GNU Make).makefile.unix: For unusual UNIX platforms or environments without GNU Make.makefile.mingw: For use with the MinGW compiler on MS Windows.makefile.msvc: For use with the MSVC compiler on MS Windows.libtomcrypt_VS2008.sln: A Visual Studio 2008 project for MS Windows.