Compiling autoconf/make projects under msvc. Part one
Monday, August 3, 2009 @ 01:08 AM Author: folti@balabit.hu
What to do, when we need to compile a project with Microsoft Visual Studio(MSVC for short), which don't have any MSVC specfic project files or other build infrastructure (or have waaay too many dependencies to add by hand).
We need to use wrappers around the MSVC compiler and linker to translate between the world of autoconf, ...
2 Comments
